Skip to content

Commit 2ac38e9

Browse files
committed
fix: Update prettier config with master.
1 parent 98d4fa0 commit 2ac38e9

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

prettier.config

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
{
2-
"trailingComma": "es5",
3-
"tabWidth": 2,
2+
"singleQuote": true,
43
"semi": false,
5-
"singleQuote": true
4+
"jsxSingleQuote": true
65
}

0 commit comments

Comments
 (0)