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

Update jscs ignored files list

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