Skip to content

Commit 2d04ab0

Browse files
committed
chore: update deprecated prettier config option
1 parent 37539e4 commit 2d04ab0

File tree

2 files changed

+701
-578
lines changed

2 files changed

+701
-578
lines changed

.prettierrc.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
module.exports = {
22
arrowParens: 'avoid',
3+
bracketSameLine: true,
34
bracketSpacing: true,
45
endOfLine: 'lf',
56
htmlWhitespaceSensitivity: 'strict',
6-
jsxBracketSameLine: true,
77
jsxSingleQuote: true,
88
printWidth: 80,
99
proseWrap: 'never',

0 commit comments

Comments
 (0)