summaryrefslogtreecommitdiffstats
path: root/.eslintrc.json
diff options
context:
space:
mode:
Diffstat (limited to '.eslintrc.json')
-rw-r--r--.eslintrc.json14
1 files changed, 13 insertions, 1 deletions
diff --git a/.eslintrc.json b/.eslintrc.json
index 1445063..9f3df75 100644
--- a/.eslintrc.json
+++ b/.eslintrc.json
@@ -20,5 +20,17 @@
"never"
],
"strict": "error"
- }
+ },
+ "overrides": [
+ {
+ "files": "docs/**",
+ "env": {
+ "browser": true,
+ "node": false
+ },
+ "parserOptions": {
+ "sourceType": "script"
+ }
+ }
+ ]
}