소스 검색

Fix brace-style in eslint config

YouTwitFace 5 년 전
부모
커밋
9e613f0f2e
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      .eslintrc.json

+ 1 - 1
.eslintrc.json

@@ -17,7 +17,7 @@
     },
     },
     "rules": {
     "rules": {
         "arrow-parens": ["error", "as-needed"],
         "arrow-parens": ["error", "as-needed"],
-        "brace-style": ["error", "stroustrup"],
+        "brace-style": ["error", "1tbs"],
         "comma-dangle": ["error", "always-multiline"],
         "comma-dangle": ["error", "always-multiline"],
         "curly": ["error", "all"],
         "curly": ["error", "all"],
         "indent": ["error", 4],
         "indent": ["error", 4],