DEV Community

Discussion on: Run a TypeScript type check in your pre-commit hook using lint-staged + husky

Collapse
 
thomassalty profile image
Thomas Soos

What if there are let's say 10 staged *.ts files and all of them have type errors? Will this solution type check all 10 files or throws an error after the first one and skips the rest?