summaryrefslogtreecommitdiff
path: root/.eslintrc.json
diff options
context:
space:
mode:
authorpraschke <stel@comfy.monster>2023-11-12 14:42:53 +0000
committerpraschke <stel@comfy.monster>2023-11-12 14:42:53 +0000
commit4be1e6fa6a40b614353e1d23caba07d1653520d1 (patch)
treefd52734638ba63d9cea67609ee2cf41b19974002 /.eslintrc.json
parent47b4d79e646a990699a1a4ca1da559a4aeec1c91 (diff)
separate offscreen proxies from backend.js
Diffstat (limited to '.eslintrc.json')
-rw-r--r--.eslintrc.json2
1 files changed, 2 insertions, 0 deletions
diff --git a/.eslintrc.json b/.eslintrc.json
index e37ef133..f1a79770 100644
--- a/.eslintrc.json
+++ b/.eslintrc.json
@@ -420,6 +420,8 @@
"ext/js/yomitan.js",
"ext/js/accessibility/accessibility-controller.js",
"ext/js/background/backend.js",
+ "ext/js/background/offscreen.js",
+ "ext/js/background/offscreen-proxy.js",
"ext/js/background/profile-conditions-util.js",
"ext/js/background/request-builder.js",
"ext/js/background/script-manager.js",