Add the external/builder/fixtures/ directory to .eslintignore, to avoid having to disable various lint rules locally

This is similar to the already existing exception for `external/builder/fixtures_esprima`.
This commit is contained in:
Jonas Jenwald 2017-01-10 14:39:53 +01:00
parent fe9a561d45
commit 3aa37ae8bc
2 changed files with 1 additions and 11 deletions

View File

@ -6,6 +6,7 @@ examples/
external/bcmaps/
external/webL10n/
external/cmapscompress/
external/builder/fixtures/
external/builder/fixtures_esprima/
test/tmp/
test/features/

View File

@ -1,11 +0,0 @@
{
"extends": [
../../.eslintrc
],
"rules": {
"no-empty": "off",
"keyword-spacing": "off",
"space-infix-ops": "off",
},
}