Skip to content

Commit

Permalink
chore: Environment set in ESLint config
Browse files Browse the repository at this point in the history
  • Loading branch information
LonelyPrincess committed Oct 29, 2018
1 parent 63c92b1 commit 67520f8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .eslintrc.js
Expand Up @@ -16,6 +16,9 @@ module.exports = {
}
},
plugins: ['standard', 'promise', 'react', 'jest', 'cypress'],
env: {
browser: true
},
rules: {
'react/jsx-uses-react': 'error',
'react/jsx-uses-vars': 'error',
Expand Down

0 comments on commit 67520f8

Please sign in to comment.