Explorar el Código

[Test] Enable ECMAScript 6 features

tags/3.2
moisseev hace 2 años
padre
commit
1012fd1cfb
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2
    1
      .eslintrc.json

+ 2
- 1
.eslintrc.json Ver fichero

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

Cargando…
Cancelar
Guardar