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

This commit is contained in:
di-sukharev
2023-05-26 13:09:53 +08:00
parent fdc638cd86
commit 1d8d8e57c2
+2 -2
View File
@@ -1,4 +1,4 @@
{ {
"singleQuote": true, "trailingComma": "none",
"trailingComma": "none" "singleQuote": true
} }