Explorar o código

Fix brace-style in eslint config

YouTwitFace %!s(int64=5) %!d(string=hai) anos
pai
achega
9e613f0f2e
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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],