Skip to content

Commit

Permalink
Merge pull request #319 from SaekiTominaga/prettier@3
Browse files Browse the repository at this point in the history
Prettier v3.0 にアップデート
  • Loading branch information
SaekiTominaga committed Jul 7, 2023
2 parents 2f76a61 + 5a0a1a0 commit 99e72e2
Show file tree
Hide file tree
Showing 26 changed files with 580 additions and 550 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,4 @@
/packages/frontend/script/tsconfig.tsbuildinfo

/packages/util/dist/
/packages/util/node_modules/
417 changes: 224 additions & 193 deletions package-lock.json

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"@rollup/plugin-node-resolve": "^15.0.2",
"@rollup/plugin-terser": "^0.4.3",
"@rollup/plugin-typescript": "^11.1.1",
"@w0s/eslint-config": "^2.0.0",
"@w0s/eslint-config": "^3.0.0",
"@w0s/markuplint-config": "^2.5.0",
"@w0s/stylelint-config": "^1.2.0",
"@w0s/tsconfig": "^1.0.1",
Expand All @@ -36,6 +36,7 @@
"postcss-import": "^15.1.0",
"postcss-media-minmax": "^5.0.0",
"postcss-nesting": "^11.2.2",
"prettier": "^3.0.0",
"rollup": "^3.23.0",
"stylelint": "^15.9.0",
"stylelint-order": "^6.0.3",
Expand Down

0 comments on commit 99e72e2

Please sign in to comment.