fix: bugfixes build: build fixes chore: changes that don't affect the codebase ci: changes that affect CI docs: changes that affect docs feat: new features perf: changes that affect performance refactor: changes that don't affect the codebase revert: revert to previous commit style: changes that don't affect the codebase test: changes that affect tests
config for eslint + standard
npm i -D [email protected]
[email protected]
[email protected]
[email protected]
@typescript-eslint/[email protected]
[email protected]
[email protected]
npm i -g npm-check npm-check -s -u
// example npx husky add .husky/pre-commit "lint-staged"
// add a pre-push npx husky add .husky/pre-push "npm run test:ci"
git commit --amend --no-edit