Skip to content

Commit e98e17a

Browse files
committed
Setup Prettier quoteProps to preserve
1 parent 88e256d commit e98e17a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.prettierrc.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2-
"singleQuote": true,
3-
"bracketSpacing": false
2+
"bracketSpacing": false,
3+
"quoteProps": "preserve",
4+
"singleQuote": true
45
}

0 commit comments

Comments
 (0)