DEV Community

Discussion on: Incremental stylesheet linting with Stylelint and the Nx toolchain

Collapse
 
jeyathilak profile image
David Jeyathilak Sundersingh

nx run-many --target=lint-styles --all runs with no errors. But, if I run npx lint-staged as part of husky pre-commit hook, it gives lint style errors. Have you made list-staged work with the same rules and config as stylelint?