Browse Source

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

Adjust .jshintrc to allow multiline EOL escaping
patch-2
Esteban Ordano 10 years ago
parent
commit
f25aa8a8dc
  1. 1
      .jshintrc

1
.jshintrc

@ -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",

Loading…
Cancel
Save