Skip to content

Commit

Permalink
Add browser and node env to eslint config
Browse files Browse the repository at this point in the history
  • Loading branch information
LouisInFlow committed Jan 16, 2021
1 parent 9ed1c6a commit d0db6da
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,9 @@
"rules": {
"import/no-extraneous-dependencies": ["error", { "devDependencies": true }],
"prettier/prettier": ["error"]
},
"env": {
"browser": true,
"node": true
}
}

0 comments on commit d0db6da

Please sign in to comment.