Skip to content
This repository has been archived by the owner on Mar 30, 2024. It is now read-only.

Commit

Permalink
Add browser env
Browse files Browse the repository at this point in the history
  • Loading branch information
mvsde committed Feb 2, 2019
1 parent e34ab34 commit 4b2f79b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions index.js
Expand Up @@ -2,6 +2,9 @@ module.exports = {
extends: [
require.resolve('eslint-config-standard')
],
env: {
browser: true
},
rules: {
'no-warning-comments': 'warn'
}
Expand Down

0 comments on commit 4b2f79b

Please sign in to comment.