Commit 5380e8c570f428251bffc4c3ee859f1eb94c010f

Authored by Graham Fairweather
1 parent 899ad697

Fix: CommonJS global variables and CommonJS scoping (use this for browser-only c…

…ode that uses Browserify/WebPack).
Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
.eslintrc.json
... ... @@ -9,6 +9,7 @@
9 9 },
10 10 "env": {
11 11 "browser": true,
  12 + "commonjs": true,
12 13 "es6": true
13 14 },
14 15 "extends": "eslint:recommended",
... ...