Skip to content

A drop-in replacement for ESLint 9 featuring multithreaded parallel linting.

License

Notifications You must be signed in to change notification settings

origin-1/eslint-p

Repository files navigation

eslint-p · npm version

A drop-in replacement for ESLint 9 featuring multithreaded parallel linting.

Only flat config is supported!

Usage

All ESLint options are supported, plus --concurrency to specify the number of linting threads explicitly.

Example:

npx eslint-p --fix --concurrency=4

If not specified, the number of linting threads is calculated automatically. Normally, a performance improvement will be only noticeable on systems with 4 or more CPUs.

About

A drop-in replacement for ESLint 9 featuring multithreaded parallel linting.

Resources

License

Stars

Watchers

Forks