mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
update eslintrc to enable linting es6
This commit is contained in:
parent
7f30ce7343
commit
b058b4fa65
1 changed files with 7 additions and 1 deletions
|
|
@ -2,7 +2,13 @@
|
|||
"env": {
|
||||
"browser": true,
|
||||
"jasmine": true,
|
||||
"node": true
|
||||
"node": true,
|
||||
"es6": true
|
||||
},
|
||||
"parserOptions": {
|
||||
"ecmaFeatures": {
|
||||
"experimentalObjectRestSpread": true
|
||||
}
|
||||
},
|
||||
"globals": {
|
||||
"angular": false,
|
||||
|
|
|
|||
Loading…
Reference in a new issue