mirror of
https://github.com/discourse/discourse.git
synced 2025-09-04 08:47:37 +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,
|
||||
"mocha": true,
|
||||
"browser": true,
|
||||
"builtin": true
|
||||
"builtin": true,
|
||||
"es6": true
|
||||
},
|
||||
"parserOptions": {
|
||||
"ecmaVersion": 7,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue