Explorar el Código

chore: Enable few eslint rules to enforce consistent code (#8082)

version-14
Suraj Shetty hace 5 años
committed by Faris Ansari
padre
commit
8ba1b7137e
Se han modificado 1 ficheros con 5 adiciones y 1 borrados
  1. +5
    -1
      .eslintrc

+ 5
- 1
.eslintrc Ver fichero

@@ -51,7 +51,11 @@
],
"no-control-regex": [
"off"
]
],
"space-before-blocks": "warn",
"keyword-spacing": "warn",
"comma-spacing": "warn",
"key-spacing": "warn",
},
"root": true,
"globals": {


Cargando…
Cancelar
Guardar