Description
A daemon wrapper for ESLint that keeps a background process available to make repeated lint runs faster. It is useful in editors and development workflows where ESLint is called many times.
Use it when standard ESLint startup time slows down your JavaScript workflow. It accelerates lint execution but still depends on the project's ESLint configuration and plugins.