Merge pull request #914 from braydonf/adjust-jshint-multiline

Adjust .jshintrc to allow multiline EOL escaping
This commit is contained in:
Esteban Ordano 2015-01-08 14:28:38 -05:00
commit f25aa8a8dc
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",