diff options
Diffstat (limited to '')
-rw-r--r-- | .eslintrc.json | 14 |
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" + } + } + ] } |