Mirror of eslint node package for pre-commit.
Browse cluster: HTML Parsing & Error Tracking →This project is a mirror of the eslint package configured for use with the pre-commit framework, a tool for managing and maintaining multi-language pre-commit hooks. It enables developers to run eslint, a JavaScript linting tool, as an automated check before committing code. The mirror allows users to integrate eslint into their pre-commit configuration by adding a simple hook declaration, with optional support for eslint plugins and extensions through additional dependencies. It handles JavaScript files by default but can be configured to also lint TypeScript files.