Skip to content

Commit 73ca7f4

Browse files
committed
[CI] Fix jsxBracketSameLine is deprecated
Replace `jsxBracketSameLine` with `bracketSameLine` See: https://prettier.io/docs/en/options.html#deprecated-jsx-brackets
1 parent bfc6d08 commit 73ca7f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
"printWidth": 120,
7373
"trailingComma": "es5",
7474
"tabWidth": 4,
75-
"jsxBracketSameLine": true,
75+
"bracketSameLine": true,
7676
"singleQuote": true
7777
}
7878
}

0 commit comments

Comments
 (0)