Skip to content

Commit 1d8d8e5

Browse files
committed
style(.prettierrc): reorder properties to follow alphabetical order
1 parent fdc638c commit 1d8d8e5

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-
"singleQuote": true,
3-
"trailingComma": "none"
2+
"trailingComma": "none",
3+
"singleQuote": true
44
}

0 commit comments

Comments
 (0)