Skip to content

Commit

Permalink
eslint browser env for public/js
Browse files Browse the repository at this point in the history
  • Loading branch information
kapouer committed Aug 17, 2020
1 parent a90ba7a commit eb76819
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions package.json
Expand Up @@ -54,6 +54,12 @@
"plugins": [
"@babel"
],
"overrides": [{
"files": ["public/js/*"],
"env": {
"browser": true
}
}],
"parserOptions": {
"requireConfigFile": false,
"babelOptions": {
Expand Down

0 comments on commit eb76819

Please sign in to comment.