mirror of
https://github.com/discourse/discourse.git
synced 2025-09-05 08:59:27 +08:00
Update .eslintrc to support new ES6 globals.
This commit is contained in:
parent
f4d77037d0
commit
4774cabb84
1 changed files with 2 additions and 1 deletions
|
@ -4,7 +4,8 @@
|
||||||
"node": true,
|
"node": true,
|
||||||
"mocha": true,
|
"mocha": true,
|
||||||
"browser": true,
|
"browser": true,
|
||||||
"builtin": true
|
"builtin": true,
|
||||||
|
"es6": true
|
||||||
},
|
},
|
||||||
"parserOptions": {
|
"parserOptions": {
|
||||||
"ecmaVersion": 7,
|
"ecmaVersion": 7,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue