diff options
Diffstat (limited to '.eslintrc.json')
-rw-r--r-- | .eslintrc.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.eslintrc.json b/.eslintrc.json index 4500e436..4c7b2393 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -12,7 +12,7 @@ }, "plugins": ["no-unsanitized"], "ignorePatterns": [ - "/ext/mixed/lib/", + "/ext/lib/", "/ext/bg/js/templates.js" ], "rules": { |