Merge pull request #914 from braydonf/adjust-jshint-multiline
Adjust .jshintrc to allow multiline EOL escaping
This commit is contained in:
commit
f25aa8a8dc
@ -28,6 +28,7 @@
|
|||||||
"maxcomplexity": 6, // Cyclomatic complexity (http://en.wikipedia.org/wiki/Cyclomatic_complexity)
|
"maxcomplexity": 6, // Cyclomatic complexity (http://en.wikipedia.org/wiki/Cyclomatic_complexity)
|
||||||
"maxdepth": 4, // Maximum depth of nested control structures
|
"maxdepth": 4, // Maximum depth of nested control structures
|
||||||
"maxlen": 120, // Maximum number of cols in a line
|
"maxlen": 120, // Maximum number of cols in a line
|
||||||
|
"multistr": true // Allow use of multiline EOL escaping
|
||||||
|
|
||||||
"predef": [ // Extra globals.
|
"predef": [ // Extra globals.
|
||||||
"after",
|
"after",
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user