Skip to content

Commit

Permalink
fix!: replace to bracketSameLine (#157)
Browse files Browse the repository at this point in the history
BREAKING CHANGE: jsxBracketSameLine has been deprecated since Prettier 2.4.
  • Loading branch information
ykzts committed Sep 27, 2021
1 parent 7e2afae commit 9093f06
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion index.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"$schema": "https://json.schemastore.org/prettierrc.json",
"arrowParens": "always",
"bracketSameLine": false,
"bracketSpacing": true,
"endOfLine": "lf",
"jsxBracketSameLine": false,
"jsxSingleQuote": false,
"quoteProps": "as-needed",
"semi": false,
Expand Down
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@
"license": "MIT",
"main": "index.json",
"name": "@inabagumi/prettier-config",
"peerDependencies": {
"prettier": ">= 2.4.0"
},
"prettier": "./index.json",
"repository": {
"type": "git",
Expand Down

0 comments on commit 9093f06

Please sign in to comment.