summaryrefslogtreecommitdiffstats
path: root/.eslintrc.json
diff options
context:
space:
mode:
Diffstat (limited to '.eslintrc.json')
-rw-r--r--.eslintrc.json5
1 files changed, 1 insertions, 4 deletions
diff --git a/.eslintrc.json b/.eslintrc.json
index b15c9c2..86206cd 100644
--- a/.eslintrc.json
+++ b/.eslintrc.json
@@ -24,13 +24,10 @@
},
"overrides": [
{
- "files": "docs/**",
+ "files": "docs/assets/js/**",
"env": {
"browser": true,
"node": false
- },
- "parserOptions": {
- "sourceType": "module"
}
}
]