Forráskód Böngészése

Fix brace-style in eslint config

YouTwitFace 5 éve
szülő
commit
9e613f0f2e
1 módosított fájl, 1 hozzáadás és 1 törlés
  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],