Przeglądaj źródła

[Test] Enable ECMAScript 6 features

tags/3.2
moisseev 2 lat temu
rodzic
commit
1012fd1cfb
1 zmienionych plików z 2 dodań i 1 usunięć
  1. 2
    1
      .eslintrc.json

+ 2
- 1
.eslintrc.json Wyświetl plik

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

Ładowanie…
Anuluj
Zapisz