Skip to content

Commit

Permalink
⬆️ #44 prettier を3系の最新安定版に更新
Browse files Browse the repository at this point in the history
  • Loading branch information
keitakn committed Jul 7, 2023
1 parent fcc1f2e commit 8c58d19
Show file tree
Hide file tree
Showing 3 changed files with 53 additions and 10 deletions.
1 change: 1 addition & 0 deletions .prettierrc.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"singleQuote": true,
"endOfLine": "auto",
"plugins": ["@ianvs/prettier-plugin-sort-imports"],
"importOrderTypeScriptVersion": "5.1.6"
}
60 changes: 51 additions & 9 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
"msw": "^1.2.2",
"msw-storybook-addon": "^1.8.0",
"npm-run-all": "^4.1.5",
"prettier": "^2.8.8",
"prettier": "^3.0.0",
"storybook": "^7.0.26",
"whatwg-fetch": "^3.6.2"
},
Expand Down

0 comments on commit 8c58d19

Please sign in to comment.