Skip to content

Commit 8204227

Browse files
committed
style(.prettierrc): reorder properties to follow alphabetical order and improve readability
1 parent b40657c commit 8204227

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.prettierrc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"trailingComma": "none",
3-
"singleQuote": true
2+
"singleQuote": true,
3+
"trailingComma": "none"
44
}

0 commit comments

Comments
 (0)