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
@@ -9,6 +9,7 @@ @@ -9,6 +9,7 @@
9 }, 9 },
10 "env": { 10 "env": {
11 "browser": true, 11 "browser": true,
  12 + "commonjs": true,
12 "es6": true 13 "es6": true
13 }, 14 },
14 "extends": "eslint:recommended", 15 "extends": "eslint:recommended",