Skip to content

Commit 9d26176

Browse files
committed
Update prettier config
1 parent d74369a commit 9d26176

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

prettier.config.cjs

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module.exports = {
33
singleQuote: true,
44
trailingComma: 'es5',
55
bracketSpacing: true,
6-
jsxBracketSameLine: true,
6+
bracketSameLine: true,
77
arrowParens: 'always',
88
semi: true,
99
};

0 commit comments

Comments
 (0)