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:
Aresn 2018-02-26 16:52:09 +08:00 committed by GitHub
commit 0a5031ff4c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,6 +9,7 @@
}, },
"env": { "env": {
"browser": true, "browser": true,
"commonjs": true,
"es6": true "es6": true
}, },
"extends": "eslint:recommended", "extends": "eslint:recommended",