- Install husky for git hook management - Add pre-commit hook that runs 'npm run lint' - Ensures all commits pass linting before being allowed
1 line
13 B
Text
1 line
13 B
Text
npm run lint
|