Changelog
2.2.0
Resolves the eslint
module for each working directory separately. This allows
multiple versions of eslint to co-exist. This is required to support local
plugins like the babel-eslint
parser (see [issue #10][]). If no local eslint
install is found, the one that was installed with eslint_d
is used.
Changelog
2.1.2
Fixes [issue #9][] with space-containing config path or other shell parameters that need escaping.
Changelog
2.1.1
Fixes [issue #8][] on Windows when launching in a cmd
shell where eslint_d
was hanging indefinitely.
Changelog
2.1.0
Make eslint_d
work out of the box in vim with the syntastic eslint checker.
--version
and -v
options-h
or --help
optionator
to align with eslintChangelog
2.0.0
This realease support (almost) all eslint
options. Check eslint_d --help
.
Breaking that API already: The lint
command was removed and in case you're
not passing a control command like start
, stop
, restart
or status
, the
given options are passed to the linter.
Also, the default output format was changed from compact
to stylish
to
align with eslint
.