Fix: CommonJS global variables and CommonJS scoping (use this for browser-only code that uses Browserify/WebPack).
This commit is contained in:
parent
899ad697b0
commit
5380e8c570
1 changed files with 1 additions and 0 deletions
|
@ -9,6 +9,7 @@
|
|||
},
|
||||
"env": {
|
||||
"browser": true,
|
||||
"commonjs": true,
|
||||
"es6": true
|
||||
},
|
||||
"extends": "eslint:recommended",
|
||||
|
|
Loading…
Reference in a new issue