diff options
author | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2021-02-13 21:28:47 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-13 21:28:47 -0500 |
commit | deed5027cd18bcdb9cb9d13cb7831be0ec5384e8 (patch) | |
tree | c4df1967a117bf05398b694290e2960b8ff4e970 /.eslintrc.json | |
parent | e9358997c03ee6ca2b5e9f26e8e416c8508c88e6 (diff) |
Move mixed/lib/ to lib/ (#1382)
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": { |