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 f1489420..793c4bf4 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -220,7 +220,6 @@ "ext/js/yomichan.js", "ext/js/accessibility/accessibility-controller.js", "ext/js/background/backend.js", - "ext/js/background/environment.js", "ext/js/background/profile-conditions-util.js", "ext/js/background/request-builder.js", "ext/js/background/script-manager.js", @@ -235,6 +234,7 @@ "ext/js/data/permissions-util.js", "ext/js/data/sandbox/string-util.js", "ext/js/dom/simple-dom-parser.js", + "ext/js/extension/environment.js", "ext/js/general/cache-map.js", "ext/js/general/object-property-accessor.js", "ext/js/general/regex-util.js", |