Commit 0a5031ff4cae0201819418e384ea6ff8f7e3c1e8

Authored by Aresn
Committed by GitHub
2 parents ba1bd4e0 5380e8c5

Merge pull request #3045 from Xotic750/fix_eslint_config_globals_recognition

Fix: CommonJS global variables and CommonJS scoping (use this for bro…
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",