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

Chore: sync .prettierrc and .eslintrc

AH-dark 2 жил өмнө
parent
commit
305c2e466a
1 өөрчлөгдсөн 3 нэмэгдсэн , 4 устгасан
  1. 3 4
      .eslintrc

+ 3 - 4
.eslintrc

@@ -49,12 +49,11 @@
       "warn",
       {
         "bracketSpacing": true,
-        "printWidth": 140,
-        "singleQuote": true,
+        "printWidth": 120,
+        "singleQuote": false,
         "trailingComma": "none",
         "tabWidth": 2,
-        "useTabs": false,
-        "endOfLine": "auto"
+        "useTabs": false
       }
     ]
   }