ソースを参照

add .prettierrc

iou90 4 年 前
コミット
527fb01326
共有1 個のファイルを変更した4 個の追加0 個の削除を含む
  1. 4
    0
      .prettierrc

+ 4
- 0
.prettierrc ファイルの表示

@@ -0,0 +1,4 @@
1
+{
2
+  "printWidth": 120,
3
+  "singleQuote": true
4
+}