Fix: CommonJS global variables and CommonJS scoping (use this for browser-only code that uses Browserify/WebPack).

This commit is contained in:
Graham Fairweather 2018-02-26 08:23:15 +01:00
parent 899ad697b0
commit 5380e8c570

View file

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