aboutsummaryrefslogtreecommitdiff
path: root/.eslintrc.json
diff options
context:
space:
mode:
authortoasted-nutbread <toasted-nutbread@users.noreply.github.com>2021-02-14 11:24:43 -0500
committerGitHub <noreply@github.com>2021-02-14 11:24:43 -0500
commit0117df6bd8b1603fec0eb5b8d840e777372f47c8 (patch)
treeaf4ca3c9fd329c180c280e41a4de9294c281e3d9 /.eslintrc.json
parente419a418f6f03ef0a24330b67e7b76c5e3a7c22d (diff)
Update lint and tests (#1388)
* Update paths to no longer use bg/, fg/, or mixed/ * Only allow modal-jquery.js to use jQuery
Diffstat (limited to '.eslintrc.json')
-rw-r--r--.eslintrc.json5
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
}