Merge pull request #3045 from Xotic750/fix_eslint_config_globals_recognition
Fix: CommonJS global variables and CommonJS scoping (use this for bro…
This commit is contained in:
commit
0a5031ff4c
1 changed files with 1 additions and 0 deletions
|
@ -9,6 +9,7 @@
|
||||||
},
|
},
|
||||||
"env": {
|
"env": {
|
||||||
"browser": true,
|
"browser": true,
|
||||||
|
"commonjs": true,
|
||||||
"es6": true
|
"es6": true
|
||||||
},
|
},
|
||||||
"extends": "eslint:recommended",
|
"extends": "eslint:recommended",
|
||||||
|
|
Loading…
Add table
Reference in a new issue