Linting only newly added files
Asked Answered
T

0

2

I'm using lint-staged along with husky to run linters against all the staged files before commit. But my codebase is old; so don't want to run linters against existing (modified) files for now. Is there a way to run linters only against newly created (added) files?

Tandem answered 11/6, 2019 at 9:12 Comment(1)

© 2022 - 2024 — McMap. All rights reserved.