Explorar el Código

[eslint] Enforce brace style

version-14
Faris Ansari hace 7 años
padre
commit
663bdcb955
Se han modificado 1 ficheros con 12 adiciones y 0 borrados
  1. +12
    -0
      .eslintrc

+ 12
- 0
.eslintrc Ver fichero

@@ -11,6 +11,18 @@
"tab",
{ "SwitchCase": 1 }
],
"brace-style": [
"error",
"1tbs"
],
"space-before-function-paren": [
"error",
"never"
],
"space-unary-ops": [
"error",
{ "words": true }
],
"linebreak-style": [
"error",
"unix"


Cargando…
Cancelar
Guardar