Skip to content

Commit

Permalink
Merge pull request #2 from dak-ia/update-bracketSameLine
Browse files Browse the repository at this point in the history
Replace jsxBracketSameLine with bracketSameLine
  • Loading branch information
tohashi authored Oct 24, 2023
2 parents 358d691 + 6e22616 commit 5b52906
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module.exports = {
$schema: 'http://json.schemastore.org/prettierrc',
endOfLine: 'lf',
jsxBracketSameLine: false,
bracketSameLine: false,
printWidth: 80,
semi: true,
singleQuote: true,
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "prettier-config-freee",
"version": "1.1.0",
"version": "2.0.0",
"description": "Shared configuration for prettier in freee.",
"main": "index.js",
"scripts": {},
Expand Down

0 comments on commit 5b52906

Please sign in to comment.