ソースを参照

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
       }
     ]
   }