Adjust .jshintrc to allow multiline EOL escaping

This commit is contained in:
Braydon Fuller 2015-01-08 11:14:46 -05:00
parent 9ba7eff9e0
commit 66ed950343
1 changed files with 1 additions and 0 deletions

View File

@ -28,6 +28,7 @@
"maxcomplexity": 6, // Cyclomatic complexity (http://en.wikipedia.org/wiki/Cyclomatic_complexity)
"maxdepth": 4, // Maximum depth of nested control structures
"maxlen": 120, // Maximum number of cols in a line
"multistr": true // Allow use of multiline EOL escaping
"predef": [ // Extra globals.
"after",