mirror of
https://github.com/discourse/discourse.git
synced 2025-03-26 09:56:41 +08:00
Update .eslintrc to support new ES6 globals.
This commit is contained in:
parent
f4d77037d0
commit
4774cabb84
@ -4,7 +4,8 @@
|
||||
"node": true,
|
||||
"mocha": true,
|
||||
"browser": true,
|
||||
"builtin": true
|
||||
"builtin": true,
|
||||
"es6": true
|
||||
},
|
||||
"parserOptions": {
|
||||
"ecmaVersion": 7,
|
||||
|
Loading…
x
Reference in New Issue
Block a user