esprint

Fast eslint runner

APACHE-2.0 License

Downloads
66.6K
Stars
657
Committers
13

Bot releases are hidden (Show)

esprint - v2.0.0 Latest Release

Published by christianvuerings almost 4 years ago

  • Use 'ignored' list when globbing (#137)
  • Improve error message when no server is running (#136)
esprint - v0.5.0

Published by fvgs about 5 years ago

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)
esprint - v0.4.0

Published by bradencanderson about 7 years ago

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.
esprint - v0.4.0-beta.11

Published by arthuralee over 7 years ago

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)
esprint - v0.4.0-beta.10

Published by arthuralee over 7 years ago

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