瀏覽代碼

Chore: sync .prettierrc and .eslintrc

AH-dark 2 年之前
父節點
當前提交
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
       }
     ]
   }