mirror of https://github.com/Radarr/Radarr
updated jshint options
This commit is contained in:
parent
2b85b7f466
commit
503be832c4
|
@ -68,6 +68,7 @@
|
|||
<option name="m_limit" value="3" />
|
||||
</inspection_tool>
|
||||
<inspection_tool class="JSDuplicatedDeclaration" enabled="true" level="ERROR" enabled_by_default="true" />
|
||||
<inspection_tool class="JSHint" enabled="true" level="ERROR" enabled_by_default="true" />
|
||||
<inspection_tool class="JSLastCommaInArrayLiteral" enabled="true" level="ERROR" enabled_by_default="true" />
|
||||
<inspection_tool class="JSPotentiallyInvalidUsageOfThis" enabled="true" level="SERVER PROBLEM" enabled_by_default="true" />
|
||||
<inspection_tool class="JSUndeclaredVariable" enabled="true" level="ERROR" enabled_by_default="true" />
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project version="4">
|
||||
<component name="JSHintConfiguration" version="2.1.3" use-config-file="false">
|
||||
<component name="JSHintConfiguration" version="2.1.10" use-config-file="false">
|
||||
<option bitwise="true" />
|
||||
<option camelcase="true" />
|
||||
<option curly="true" />
|
||||
|
|
Loading…
Reference in New Issue