Releases: eslint-community/eslint-plugin-eslint-plugin
Releases · eslint-community/eslint-plugin-eslint-plugin
Release 5.2.1
5.2.1 (2023-12-11)
Bug Fixes
- replace context.getScope() with sourceCode.getScope() (6aed8bb)
Release 5.2.0
5.2.0 (2023-12-11)
Features
Release 5.1.1
5.1.1 (2023-07-19)
Bug Fixes
- ignore function calls in
report-message-format
(dea161d)
- ignore SpreadExpressions in no-only-tests and prefer-output-null (4924042)
- use latest ECMAScript version in tests (#364) (7be0c76)
Release 5.1.0
5.1.0 (2023-05-18)
Features
Release 5.0.8
5.0.8 (2023-01-20)
Performance Improvements
- use improved comparison algorithm in
no-identical-tests
rule (#337) (b4da20a)
Release 5.0.7
5.0.7 (2022-12-19)
Bug Fixes
Release 5.0.6
5.0.6 (2022-08-23)
Bug Fixes
- ensure rules bail out early when no rule present (#293) (d1e03a1)
Release 5.0.5
5.0.5 (2022-08-17)
Bug Fixes
- handle suggestions in helper function outside rule or inside nested spread/ternary in
require-meta-has-suggestions
rule (#291) (aa133a9)
Release 5.0.4
5.0.4 (2022-08-15)
Bug Fixes
- false positives with violation reporting helper function in
no-unused-message-ids
rule (#290) (1c30165)
Release 5.0.3
5.0.3 (2022-08-12)
Bug Fixes
- false positive with no-unused-message-ids from external violation reporting function (#286) (01d0eef)
- handle spread in context.report() in require-meta-fixable (#288) (d768112)
- handle spread in context.report() in require-meta-has-suggestions (#287) (fdffb50)