squawk-255-demo
Temporary repo for sbdchd/squawk#255
Steps to reproduce
- Clone this repo
- Setup pre-commit hooks
npm i
npm run prepare
- Add a file
migrations/example.sql
withSELECT 1;
npm run lint
and notice that all linting passesgit add -A && git commit -m 'Test'
Expected
- husky runs lint-staged and successfully lints the migration using squawk