style(.prettierrc): reorder properties to follow alphabetical order and improve readability

This commit is contained in:
di-sukharev
2023-05-24 13:42:42 +08:00
parent b40657c1a7
commit 820422760a
+2 -2
View File
@@ -1,4 +1,4 @@
{ {
"trailingComma": "none", "singleQuote": true,
"singleQuote": true "trailingComma": "none"
} }