Skip to content

Commit 0edeab9

Browse files
committed
chore: instruct prettier to preserve quotes as it causes side effects
Signed-off-by: Vincent Biret <vibiret@microsoft.com>
1 parent 6ef4b37 commit 0edeab9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

prettier.config.cjs

+2-1
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,6 @@ module.exports = {
1010
"singleQuote": false,
1111
"tabWidth": 4,
1212
"trailingComma": "all",
13-
"useTabs": true
13+
"useTabs": true,
14+
"quoteProps": "preserve"
1415
}

0 commit comments

Comments
 (0)