@vinsonchuong/xo_d
v1.1.2
Published
Speed up xo in the same way as eslint_d
Downloads
4
Readme
xo_d
Speed up xo in the same way as eslint_d
Usage
Install xo_d by running:
yarn add @vinsonchuong/xo_d
xo_d
is a drop-in replacement for xo
that maintains a warmed-up background
process to speed up linting.
In addition to supporting the full interface of xo
, xo_d
provides:
xo_d start
to warm-up a background process. This does not need to be run in advance. A background process will otherwise be started on first usage.xo_d stop
to stop the background process.xo_d status
to see if a background process is running.