Browse Source

[Test] Enable ECMAScript 6 features

tags/3.2
moisseev 2 years ago
parent
commit
1012fd1cfb
1 changed files with 2 additions and 1 deletions
  1. 2
    1
      .eslintrc.json

+ 2
- 1
.eslintrc.json View File

@@ -1,6 +1,7 @@
{
"env": {
"browser": true
"browser": true,
"es6": true
},
"extends": "eslint:all",
"globals": {

Loading…
Cancel
Save