1
0
Эх сурвалжийг харах

Fix brace-style in eslint config

YouTwitFace 5 жил өмнө
parent
commit
9e613f0f2e
1 өөрчлөгдсөн 1 нэмэгдсэн , 1 устгасан
  1. 1 1
      .eslintrc.json

+ 1 - 1
.eslintrc.json

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