eslines

Utility to post-process an ESLint JSON report.

GPL-2.0 License

Downloads
569
Stars
6
Committers
6

Bot releases are hidden (Show)

eslines - v2.1.0 Latest Release

Published by sjinks almost 3 years ago

What's Changed

Full Changelog: https://github.com/Automattic/eslines/compare/v2.0.0...v2.1.0

eslines - v2.0.0

Published by nejclovrencic about 3 years ago

Bump dev & prod dependencies to the latest versions.

Breaking changes

eslines now requires a peer dependency of ESLint 6 or above

eslines - v1.1.0

Published by oandregal about 7 years ago

v1.0.0...v1.1.0

  • Fixed downgrade-unmodified-lines processor: when there are no lines modified,
    the report should still downgrade all rules except those not to downgrade.
eslines -

Published by oandregal about 7 years ago

  • Updated README.
eslines -

Published by oandregal about 7 years ago

v0.0.9...v0.0.10

  • Updated README.
eslines -

Published by oandregal about 7 years ago

v0.0.10...v0.0.11

  • Fixed streaming data.
eslines -

Published by oandregal about 7 years ago

v0.0.11...v0.0.12

  • Use strict mode to support block-scoped declarations.
eslines -

Published by oandregal about 7 years ago

v0.0.12...v0.0.13

  • Added --quiet CLI option to report errors only.
eslines -

Published by oandregal about 7 years ago

v0.0.13...v1.0.0

  • Added composable processors.
  • Added new processor called enforce that transforms warnings into errors.
  • Updated config format.
  • Updated docs.
  • Updated error handling.
  • Renamed processor CLI option to processors.
  • Renamed parsing-errors processor to filter-parsing-errors.
  • Renamed lines-modified to downgrade-unmodified-lines.