Skip to content

Commit

Permalink
chore(deps): remove nano-staged
Browse files Browse the repository at this point in the history
  • Loading branch information
chenjiahan committed Sep 19, 2024
1 parent dab9f06 commit 4bc0c16
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 24 deletions.
8 changes: 1 addition & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,19 +25,13 @@
"bump": "npx bumpp"
},
"simple-git-hooks": {
"pre-commit": "npx nano-staged"
},
"nano-staged": {
"*.{js,jsx,ts,tsx,mjs,cjs}": [
"biome check --write --no-errors-on-unmatched"
]
"pre-commit": "npm run lint:write"
},
"devDependencies": {
"@biomejs/biome": "^1.9.1",
"@playwright/test": "^1.47.1",
"@rsbuild/core": "^1.0.5",
"@types/node": "^20.16.5",
"nano-staged": "^0.8.0",
"playwright": "^1.47.1",
"simple-git-hooks": "^2.11.1",
"tsup": "^8.3.0",
Expand Down
17 changes: 0 additions & 17 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 4bc0c16

Please sign in to comment.