Skip to content

Commit

Permalink
Clean up .eslintrc.json
Browse files Browse the repository at this point in the history
  • Loading branch information
XhmikosR committed Aug 6, 2023
1 parent ca93219 commit a72b8fe
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,10 @@
},
"overrides": [
{
"files": "docs/**",
"files": "docs/assets/js/**",
"env": {
"browser": true,
"node": false
},
"parserOptions": {
"sourceType": "module"
}
}
]
Expand Down

0 comments on commit a72b8fe

Please sign in to comment.