Skip to content

Commit

Permalink
chore: remove commit hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
qin-guan committed Aug 9, 2024
1 parent e3140f0 commit 19a6aff
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 187 deletions.
13 changes: 1 addition & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,22 +7,11 @@
"scripts": {
"dev": "dotnet run --project ./SSTAlumniAssociation.AppHost/",
"dev:watch": "dotnet watch --project ./SSTAlumniAssociation.AppHost/",
"postinstall": "simple-git-hooks",
"lint": "eslint --cache .",
"lint:fix": "eslint --cache --fix ."
},
"devDependencies": {
"@antfu/eslint-config": "latest",
"eslint": "^9.6.0",
"lint-staged": "^15.2.7",
"simple-git-hooks": "^2.11.1"
},
"simple-git-hooks": {
"pre-commit": "pnpm lint-staged"
},
"lint-staged": {
"*.{js,ts,tsx,vue,md}": [
"eslint --cache --fix"
]
"eslint": "^9.6.0"
}
}
Loading

0 comments on commit 19a6aff

Please sign in to comment.