Skip to content

Commit

Permalink
use bracketSameLine instead of jsxBracketSameLine
Browse files Browse the repository at this point in the history
  • Loading branch information
jiji14 committed Oct 18, 2023
1 parent d4f12f0 commit 66df762
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .prettierrc
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"singleQuote": true,
"trailingComma": "all",
"bracketSpacing": true,
"jsxBracketSameLine": true,
"bracketSameLine": true,
"endOfLine": "lf",
"semi": true
}
}

0 comments on commit 66df762

Please sign in to comment.