Skip to content

Commit

Permalink
Merge pull request #53 from su-its/build/add-prettier
Browse files Browse the repository at this point in the history
build[typing-app]: prettierを追加
  • Loading branch information
h-takeyeah authored Apr 1, 2024
2 parents 4fca9dd + 65ec1f3 commit 886513d
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 0 deletions.
2 changes: 2 additions & 0 deletions typing-app/.prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,5 @@ bun.lockb
.eslintrc.json
eslint.config.js
package-lock.json
yarn.lock
src/libs/api/v1.d.ts
1 change: 1 addition & 0 deletions typing-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
"lucide-react": "^0.343.0",
"next": "14.1.0",
"openapi-fetch": "0.9.3",
"prettier": "^3.2.5",
"react": "^18",
"react-dom": "^18",
"tailwind-merge": "^2.2.1",
Expand Down
10 changes: 10 additions & 0 deletions typing-app/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5208,6 +5208,15 @@ __metadata:
languageName: node
linkType: hard

"prettier@npm:^3.2.5":
version: 3.2.5
resolution: "prettier@npm:3.2.5"
bin:
prettier: bin/prettier.cjs
checksum: 10c0/ea327f37a7d46f2324a34ad35292af2ad4c4c3c3355da07313339d7e554320f66f65f91e856add8530157a733c6c4a897dc41b577056be5c24c40f739f5ee8c6
languageName: node
linkType: hard

"proc-log@npm:^3.0.0":
version: 3.0.0
resolution: "proc-log@npm:3.0.0"
Expand Down Expand Up @@ -6174,6 +6183,7 @@ __metadata:
openapi-fetch: "npm:0.9.3"
openapi-typescript: "npm:6.7.5"
postcss: "npm:^8"
prettier: "npm:^3.2.5"
react: "npm:^18"
react-dom: "npm:^18"
tailwind-merge: "npm:^2.2.1"
Expand Down

0 comments on commit 886513d

Please sign in to comment.