Changed
- BREAKING: Deprecated support for Node 14 (end-of-life 2023-04-30) and 19
(end-of-life 2023-06-01). Compatible with all current and LTS releases
(^16.13.0 || ^18.12.0 || >=20.0.0). (#98)
- BREAKING: Updated default config (
eslint) to specify all rules for clarity
(errororoff) and removeeslint-recommendedconfig. There are 46 new
rules added as errors, see the config for complete details. (#96)
- BREAKING: Added rule
no-blank-blockstojsdoc-configas en error, new in
v43.1.0. (#95)
- BREAKING: Added four new rules as error to
unicorn-config: (#94)
- Added rule
prefer-blob-reading-methods, new in v47.0.0.
- Enabled rules
prefer-at,prefer-event-target, and
prefer-string-replace-all, which all require Node 16.
- Added rule
- Update default config (
eslint) with standard test suppressions. (#92)
- Updated
jsdoc-configto match previous layout with changes in
eslint-plugin-jsdocv42.0.0.
Fixed
- Updated to latest dependencies, including
eslint-plugin-sonarjs@0.19.0
andeslint-plugin-unicorn@47.0.0.