Commit 66a4eee8 authored by Dave Methvin's avatar Dave Methvin

Ignore jscs nits on a dependent file, and alphabetize

parent cd32675d
......@@ -26,16 +26,17 @@
"excludeFiles": [
"**/node_modules/**",
"**/bower_components/**",
"examples/vanilladart/**/*.js",
"examples/duel/www/**",
"examples/duel/src/main/webapp/js/lib/**",
"**/generated/**",
"examples/ampersand/todomvc.bundle.js",
"examples/angular2/**/*.js",
"examples/polymer/elements/elements.build.js",
"examples/duel/www/**",
"examples/duel/src/main/webapp/js/lib/**",
"examples/humble/js/**",
"examples/js_of_ocaml/js/*.js",
"examples/polymer/elements/elements.build.js",
"examples/thorax/js/lib/backbone-localstorage.js",
"examples/typescript-*/js/**/*.js",
"**/generated/**",
"examples/humble/js/**"
"examples/vanilladart/**/*.js"
],
"requireSpaceBeforeBlockStatements": true,
"requireParenthesesAroundIIFE": true,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment