Skip to content

Commit 03b17c3

Browse files
author
Kent C. Dodds
committed
chore(prettier): fix syntax error in the rc file
1 parent d79fc56 commit 03b17c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.prettierrc

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"useTabs": false,
55
"semi": false,
66
"singleQuote": true,
7-
"trailingComma": 'all',
7+
"trailingComma": "all",
88
"bracketSpacing": false,
99
"jsxBracketSameLine": false
1010
}

0 commit comments

Comments
 (0)