Skip to content

Commit 469a3dc

Browse files
committed
minor #1182 [CI] Fix jsxBracketSameLine is deprecated (smnandre)
This PR was merged into the 2.x branch. Discussion ---------- [CI] Fix `jsxBracketSameLine is deprecated` Replace `jsxBracketSameLine` with `bracketSameLine` See: https://prettier.io/docs/en/options.html#deprecated-jsx-brackets Commits ------- 73ca7f4 [CI] Fix `jsxBracketSameLine is deprecated`
2 parents bfc6d08 + 73ca7f4 commit 469a3dc

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)