Changelog
14.2.0
5e99a06
Add support for --debug
d522c67
Add documentation for --debug
b792bd9
Align help message option order with READMEReleased by Maximilian Antoni on 2024-10-19.
Changelog
14.1.0
Reliability improvements:
4b2df30
feat: launch daemon on forward failure (#318) (Andrey Chalkin)a4b5570
feat: implement isAlive check (Andrey Chalkin)fbe0137
fix: config file removed before watcher started (#316) (Andrey Chalkin)Released by Maximilian Antoni on 2024-10-02.
Changelog
14.0.4
Andrey Chalkin fixed the stop
command on Windows OS 🙏.
c10da7a
fix: stop command not working on Windows OS (#313) (Andrey Chalkin)2892b45
Add coverage-reports to eslint and tsc ignores93771f4
Run all tests for stopDaemon on all platforms3188cde
Add test:coverage scriptReleased by Maximilian Antoni on 2024-09-19.
Changelog
14.0.3
a7adf39
Ignore exit code from eslint if --fix-to-stdoutdaa2a1a
chore: fix unit tests on Windows (L2jLiga)a356ae0
Setup husky and lint-stagedReleased by Maximilian Antoni on 2024-08-03.
Changelog
14.0.2
Bring back --fix-to-stdout
support (Damien Cassou), fix running on Windows
and support paths with spaces (L2jLiga).
1cbf8ae
Add support for --fix-to-stdout (Damien Cassou)5b3b7c3
fix: not working when paths in config contains spaces (L2jLiga)663dfa1
fix(resolver): eslint path detection not working on Windows (L2jLiga)72eb4f6
Resolve timing issue with reading confige24151d
Bring back documentation for --fix-to-stdout647e5d5
Update README to indicate compatibility with eslint 9 (Damien Cassou)f2c5880
Add tests for --fix-to-stdout and catch JSON errors12f3afa
Refactor forwarder to remove a limitation in the size of the error code (Damien Cassou)fb110f0
Add .editorconfig (Damien Cassou)Released by Maximilian Antoni on 2024-08-02.
Changelog
14.0.0
This is a complete rewrite of eslint_d
. Please see the README
for more details.
bb7c71c
Drop node 12, 14 and 16, add node 22a852373
Add new implementation85b938c
Remove all sources7ce116f
Rewrite README71b35f9
Add prettier, tsc and integration tests to buildReleased by Maximilian Antoni on 2024-07-28.