- Add support for ESLint 8 #23
- Update dependencies
- Bump dev & prod dependencies to the latest versions.
- eslines now requires a peer dependency of ESLint 6 or above. #20
- Fixed
downgrade-unmodified-linesprocessor: when there are no lines modified, the report should still downgrade all rules except those not to downgrade.
- Added composable processors.
- Added new processor called
enforcethat transforms warnings into errors. - Updated config format.
- Updated docs.
- Updated error handling.
- Renamed
processorCLI option toprocessors. - Renamed
parsing-errorsprocessor tofilter-parsing-errors. - Renamed
lines-modifiedtodowngrade-unmodified-lines.
- Added
--quietCLI option to report errors only.
- Use strict mode to support block-scoped declarations.
- Fixed streaming data.
- Updated README.
- Updated README.