aboutsummaryrefslogtreecommitdiff
path: root/.eslintrc.json
diff options
context:
space:
mode:
authortoasted-nutbread <toasted-nutbread@users.noreply.github.com>2020-02-25 22:30:29 -0500
committertoasted-nutbread <toasted-nutbread@users.noreply.github.com>2020-02-25 22:30:29 -0500
commit81fbe60da9c4cd7de27ef68c39805b96680bc24d (patch)
tree54840bc7a6f12e3544e295cdf4a7c26b7ec27a79 /.eslintrc.json
parent39f9bb1050d707ba1edd3f4956eb69b577a91ddd (diff)
Define core globals only for extension scripts
Diffstat (limited to '.eslintrc.json')
-rw-r--r--.eslintrc.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/.eslintrc.json b/.eslintrc.json
index 5be4d245..4ee1f982 100644
--- a/.eslintrc.json
+++ b/.eslintrc.json
@@ -74,7 +74,7 @@
},
"overrides": [
{
- "files": ["*.js"],
+ "files": ["ext/**/*.js"],
"excludedFiles": ["ext/mixed/js/core.js"],
"globals": {
"yomichan": "readonly",