Changelog
14.3.0
[Introduce][#331] ESLINT_D_ROOT
environment variable to override the location where
node_modules/eslint
is found. This is useful in monorepos where node_modules
might be in a location other than the project root. Thanks Matthew!
ba10df0
Allow overriding eslint path with environment var (#331) (Matthew Gramigna)02448b1
Add usage for Neovimde63ca2
Remove missleading WebStorm instructions3f036d0
Fix help text formattingcef465b
Delete ESLINT_D_ROOT
env in afterEach hook4a06f9e
Improve types4182fbc
Convert isAlive
to async function7a35046
Remove unnecessary awaitffeb7ed
Update typescripta1ad288
Add missing @studio/changes
dependency9f3c61f
Bump cross-spawn from 6.0.5 to 6.0.6 in /test/fixture/v5.0.x (dependabot[bot])8166a3e
Bump cross-spawn from 6.0.5 to 6.0.6 in /test/fixture/v6.0.x (dependabot[bot])0fb742c
Bump cross-spawn from 7.0.3 to 7.0.6 (dependabot[bot])Released by Maximilian Antoni on 2024-12-19.
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.