eslint_d

Speed up eslint by running it as a daemon process

brewmacoslinux
Try with needOr install directly
Source

About

Speed up eslint to accelerate your development workflow

Commands

eslint_d

Examples

Lint a single file$ eslint_d file.js
Lint all JavaScript files in current directory$ eslint_d .
Fix linting issues automatically$ eslint_d --fix src/