Skip to content
This repository has been archived by the owner on Apr 1, 2023. It is now read-only.

Commit

Permalink
fix: add browser env to eslintrc
Browse files Browse the repository at this point in the history
  • Loading branch information
transitive-bullshit committed Nov 25, 2020
1 parent f99609b commit d9e639e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions template/default/.eslintrc
Expand Up @@ -8,6 +8,7 @@
"prettier/react"
],
"env": {
"browser": true,
"node": true
},
"parserOptions": {
Expand Down
1 change: 1 addition & 0 deletions template/flow/.eslintrc
Expand Up @@ -9,6 +9,7 @@
"flowtype"
],
"env": {
"browser": true,
"node": true
},
"parserOptions": {
Expand Down
1 change: 1 addition & 0 deletions template/typescript/.eslintrc
Expand Up @@ -9,6 +9,7 @@
"plugin:@typescript-eslint/eslint-recommended"
],
"env": {
"browser": true,
"node": true
},
"parserOptions": {
Expand Down

0 comments on commit d9e639e

Please sign in to comment.