1.1.2 • Published 3 years ago
@vinsonchuong/xo_d v1.1.2
xo_d
Speed up xo in the same way as eslint_d
Usage
Install xo_d by running:
yarn add @vinsonchuong/xo_dxo_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 startto 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 stopto stop the background process.xo_d statusto see if a background process is running.