Ver código fonte

eslint switch case update to match prettier

tags/0.0.1^2
diaseu 3 anos atrás
pai
commit
bc335aa39a
1 arquivos alterados com 1 adições e 4 exclusões
  1. 1
    4
      backend/.eslintrc

+ 1
- 4
backend/.eslintrc Ver arquivo

@@ -11,10 +11,7 @@
11 11
         "ecmaVersion": 12
12 12
     },
13 13
     "rules": {
14
-        "indent": [
15
-            "error",
16
-            4
17
-        ],
14
+        "indent": ["error", 4, { "SwitchCase": 1 }],
18 15
         "linebreak-style": [
19 16
             "error",
20 17
             "unix"

Carregando…
Cancelar
Salvar