Explorar el Código

Set camelcase to off

version-14
Faris Ansari hace 8 años
committed by GitHub
padre
commit
d98a4dc125
Se han modificado 1 ficheros con 4 adiciones y 1 borrados
  1. +4
    -1
      .eslintrc

+ 4
- 1
.eslintrc Ver fichero

@@ -22,6 +22,9 @@
"warn",
"always"
],
"camelcase": [
"off"
],
"no-unused-vars": [
"warn"
],
@@ -116,4 +119,4 @@
"getCookies": true,
"get_url_arg": true
}
}
}

Cargando…
Cancelar
Guardar