diff options
Diffstat (limited to '.eslintrc.json')
-rw-r--r-- | .eslintrc.json | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/.eslintrc.json b/.eslintrc.json index fce741ae..de98fc81 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -12,8 +12,7 @@ }, "plugins": ["no-unsanitized"], "ignorePatterns": [ - "/ext/lib/", - "/ext/bg/js/templates.js" + "/ext/lib/" ], "rules": { "arrow-parens": ["error", "always"], @@ -134,7 +133,7 @@ } }, { - "files": ["ext/js/settings/*.js"], + "files": ["ext/js/settings/modal-jquery.js"], "env": { "jquery": true } |