Releases: pinterest/esprint
Releases · pinterest/esprint
v2.0.0
16 Dec 13:47
Compare
Sorry, something went wrong.
No results found
Use 'ignored' list when globbing (#137 )
Improve error message when no server is running (#136 )
v0.5.0
29 Jul 01:42
Compare
Sorry, something went wrong.
No results found
Features:
Add --max-warnings option: The max number of warnings that should trigger a failure (#75 ) (@rufman )
Add --quiet option: Report errors only (#76 ) (@karoun )
Update CONTRIBUTING.md with information about writing new tests (#67 ) (@akleiner2 )
v0.4.0
03 Aug 21:05
Compare
Sorry, something went wrong.
No results found
We're proud to announce our first non-beta release!
Fixes:
The cache is now properly cleared when files are deleted.
Misc:
It's now easier to write new tests! yarn run create-test to create a test directory for writing tests.
v0.4.0-beta.11
06 Jul 00:13
Compare
Sorry, something went wrong.
No results found
Fixes:
Running esprint from a project subfolder now returns results for the whole project (#54 , #59 )
Updates:
Performance improvements from sharing an eslint CLIEngine instance in a lint worker (#61 )
v0.4.0-beta.10
29 Jun 00:36
Compare
Sorry, something went wrong.
No results found
Breaking changes:
The option to specify number of workers has been removed from .esprintrc
Updates:
esprint now uses all available cores by default
Use the --workers=n CLI argument to override the default number on a per-run basis