This website requires JavaScript.
Explore
Help
Sign In
actions
/
setup-dotnet
Watch
1
Star
0
Fork
You've already forked setup-dotnet
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
3f6d8d6c10
setup-dotnet
/
.husky
/
pre-commit
6 lines
85 B
Plaintext
Raw
Normal View
History
Unescape
Escape
chore(deps-dev): migrate husky config to v8 Follow: https://github.com/typicode/husky-4-to-8 - npm install husky --save-dev - npx husky-init - npm exec -- github:typicode/husky-4-to-8 --remove-v4-config
2022-07-25 10:58:35 +08:00
#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"
npm run format
Add and configure ESLint and update configuration for Prettier (#391) * Apply ESLint config and update Prettier * Update dependencies and rebuild * Update docs
2023-03-09 20:43:05 +08:00
npm run lint:fix