Commit 57ff6270 authored by Nick Stenning's avatar Nick Stenning

Update jscs ignored files list

parent 0b75c084
{ {
"preset": "google", "preset": "google",
"requireSemicolons": true, "requireSemicolons": true,
"excludeFiles": [ "excludeFiles": [
"node_modules/**", ".tox/**",
"h/static/scripts/vendor" "build/**",
"docs/_build/**",
"dist/**",
"h/browser/chrome/content/**",
"h/static/scripts/vendor/**",
"h/static/styles/vendor/**",
"node_modules/**"
], ],
"maxErrors": 10, "maxErrors": 10,
"disallowSpacesInAnonymousFunctionExpression": null, "disallowSpacesInAnonymousFunctionExpression": null,
......
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