1.1.2 • Published 1 year ago

@vinsonchuong/xo_d v1.1.2

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

xo_d

npm CI Status dependencies Status devDependencies Status

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.