ソースを参照

chore: remove unneeded prettier config (#10885)

Amr Bashir 11 ヶ月 前
コミット
0c46e48860
1 ファイル変更1 行追加4 行削除
  1. 1 4
      .prettierrc

+ 1 - 4
.prettierrc

@@ -1,8 +1,5 @@
 {
   "singleQuote": true,
   "semi": false,
-  "trailingComma": "none",
-  "overrides": [
-    { "files": [".changes/**.md"], "options": { "singleQuote": false } }
-  ]
+  "trailingComma": "none"
 }