aboutsummaryrefslogtreecommitdiff
path: root/.eslintrc.json
diff options
context:
space:
mode:
Diffstat (limited to '.eslintrc.json')
-rw-r--r--.eslintrc.json11
1 files changed, 10 insertions, 1 deletions
diff --git a/.eslintrc.json b/.eslintrc.json
index 68b840f8..b8b7bee8 100644
--- a/.eslintrc.json
+++ b/.eslintrc.json
@@ -86,7 +86,6 @@
"files": ["ext/**/*.js"],
"excludedFiles": ["ext/mixed/js/core.js"],
"globals": {
- "yomichan": "readonly",
"errorToJson": "readonly",
"jsonToError": "readonly",
"isObject": "readonly",
@@ -106,6 +105,16 @@
}
},
{
+ "files": ["ext/**/*.js"],
+ "excludedFiles": [
+ "ext/mixed/js/core.js",
+ "ext/mixed/js/yomichan.js"
+ ],
+ "globals": {
+ "yomichan": "readonly"
+ }
+ },
+ {
"files": ["ext/mixed/js/core.js"],
"globals": {
"chrome": "writable"