Skip to content

Commit

Permalink
feat: πŸš€ lint
Browse files Browse the repository at this point in the history
  • Loading branch information
17359898647 committed Sep 26, 2023
1 parent 5cfa796 commit 45529eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
"vue-tsc": "^1.8.13"
},
"simple-git-hooks": {
"pre-commit": "bun lint-staged && bun typecheck"
"pre-commit": "bun lint-staged && bun lint && bun typecheck"
},
"lint-staged": {
"*": "eslint --fix"
Expand Down

0 comments on commit 45529eb

Please sign in to comment.