ソースを参照

clean prettier

Alejandro Toledo 5 年 前
コミット
8cd3c19e04
1 ファイル変更1 行追加2 行削除
  1. 1 2
      .prettierrc

+ 1 - 2
.prettierrc

@@ -1,6 +1,5 @@
 {
     "trailingComma": "es5",
     "tabWidth": 4,
-    "printWidth": 120,
-    "jsxBracketSameLine": true
+    "printWidth": 300
 }