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:
parent
fe9a561d45
commit
3aa37ae8bc
@ -6,6 +6,7 @@ examples/
|
|||||||
external/bcmaps/
|
external/bcmaps/
|
||||||
external/webL10n/
|
external/webL10n/
|
||||||
external/cmapscompress/
|
external/cmapscompress/
|
||||||
|
external/builder/fixtures/
|
||||||
external/builder/fixtures_esprima/
|
external/builder/fixtures_esprima/
|
||||||
test/tmp/
|
test/tmp/
|
||||||
test/features/
|
test/features/
|
||||||
|
11
external/builder/fixtures/.eslintrc
vendored
11
external/builder/fixtures/.eslintrc
vendored
@ -1,11 +0,0 @@
|
|||||||
{
|
|
||||||
"extends": [
|
|
||||||
../../.eslintrc
|
|
||||||
],
|
|
||||||
|
|
||||||
"rules": {
|
|
||||||
"no-empty": "off",
|
|
||||||
"keyword-spacing": "off",
|
|
||||||
"space-infix-ops": "off",
|
|
||||||
},
|
|
||||||
}
|
|
Loading…
x
Reference in New Issue
Block a user