Skip to content

Commit

Permalink
add Prettier dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
g-plane committed Feb 5, 2023
1 parent 4fe06d4 commit 4255a7b
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 0 deletions.
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
"dev": "rollup -c --configPlugin=swc3 -w",
"build": "rollup -c --configPlugin=swc3",
"lint": "tsc -p . --noEmit && svelte-check",
"fmt": "prettier --plugin-search-dir=. --write .",
"test": "jest"
},
"devDependencies": {
Expand All @@ -29,6 +30,8 @@
"@types/testing-library__jest-dom": "^5.14.5",
"fast-glob": "^3.2.12",
"jest": "^26.4.2",
"prettier": "^2.8.3",
"prettier-plugin-svelte": "^2.9.0",
"rollup": "^3.10.1",
"rollup-plugin-svelte": "^7.1.0",
"rollup-plugin-swc3": "^0.8.0",
Expand Down
20 changes: 20 additions & 0 deletions pnpm-lock.yaml

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

0 comments on commit 4255a7b

Please sign in to comment.