lint-staged/lint-staged
# 🚫💩 — Run tasks like formatters and linters against staged git files
$ git clone https://github.com/lint-staged/lint-staged.git
stars
14,685
forks
465
language
JavaScript
license
MIT License
What is lint-staged/lint-staged?
Lint-staged is a tool that automatically runs linters and formatters on files you've staged for commit in Git, catching issues before they're committed. It integrates with tools like ESLint and Stylelint to enforce code quality standards on only the files you're actually changing, rather than your entire codebase. Developers use it to maintain consistent code style and prevent problematic code from entering their repositories without manual intervention.
Links
Topics
Activity
9 open issues · last updated Jul 20, 2026