소스 검색

eslint switch case update to match prettier

tags/0.0.1^2
diaseu 3 년 전
부모
커밋
bc335aa39a
1개의 변경된 파일1개의 추가작업 그리고 4개의 파일을 삭제
  1. 1
    4
      backend/.eslintrc

+ 1
- 4
backend/.eslintrc 파일 보기

@@ -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"

Loading…
취소
저장