Browse Source

Fix brace-style in eslint config

YouTwitFace 5 years ago
parent
commit
9e613f0f2e
1 changed files with 1 additions and 1 deletions
  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],