diff --git a/.eslintrc.json b/.eslintrc.json index b15c9c2cf8..86206cda82 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" } } ]