Przeglądaj źródła

chore: remove unneeded prettier config (#10885)

Amr Bashir 11 miesięcy temu
rodzic
commit
0c46e48860
1 zmienionych plików z 1 dodań i 4 usunięć
  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"
 }