aboutsummaryrefslogtreecommitdiff
path: root/.eslintrc.json
diff options
context:
space:
mode:
authortoasted-nutbread <toasted-nutbread@users.noreply.github.com>2021-11-22 19:29:20 -0500
committerGitHub <noreply@github.com>2021-11-22 19:29:20 -0500
commitcedf6b25c4327d33411877dbb412877dfa7753e9 (patch)
treedd5c8bcfb162b8ea5c67c3ba6eeacb396a143edf /.eslintrc.json
parentb0a0184334a375b33d9ee5b2f8f834dc5a7841b7 (diff)
ScriptManager (#2021)
* Create ScriptManager class * Use ScriptManager in Backend
Diffstat (limited to '.eslintrc.json')
-rw-r--r--.eslintrc.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/.eslintrc.json b/.eslintrc.json
index 1608bc9f..bfc9c3d2 100644
--- a/.eslintrc.json
+++ b/.eslintrc.json
@@ -186,6 +186,7 @@
"ext/js/background/environment.js",
"ext/js/background/profile-conditions-util.js",
"ext/js/background/request-builder.js",
+ "ext/js/background/script-manager.js",
"ext/js/comm/anki.js",
"ext/js/comm/clipboard-monitor.js",
"ext/js/comm/clipboard-reader.js",