Releases: eslint-community/eslint-plugin-eslint-plugin
Releases · eslint-community/eslint-plugin-eslint-plugin
v7.0.0
04 Aug 14:58
Compare
Sorry, something went wrong.
No results found
7.0.0 (2025-08-04)
⚠ BREAKING CHANGES
enable no-meta-replaced-by
, no-meta-schema-default
, require-meta-default-options
, require-meta-schema-description
as recommended
rules (#530 )
remove eslint v8 / eslintrc support and remove flat/
prefix from configs (#528 )
move to ESM only (#516 )
require Node 20, 22, 24+ (#529 )
Features
migrate package to TypeScript and publish types (#534 ) (95b859a )
v6.5.0
18 Jun 15:42
Compare
Sorry, something went wrong.
No results found
6.5.0 (2025-06-18)
Features
Add new rule no-meta-replaced-by
(105f05d )
v6.4.0
18 Dec 09:08
Compare
Sorry, something went wrong.
No results found
6.4.0 (2024-12-18)
Features
Add new no-meta-schema-default
rule (#503 ) (dbd96b2 )
Add new require-meta-default-options
rule (#502 ) (13e625a )
Add suggestions to require-meta-docs-recommended
rule (#500 ) (8fda55a )
v6.3.2
18 Nov 03:46
Compare
Sorry, something went wrong.
No results found
6.3.2 (2024-11-18)
Bug Fixes
fix require-meta-schema-description
rule crash (8630901 )
v6.3.1
25 Oct 02:03
Compare
Sorry, something went wrong.
No results found
6.3.1 (2024-10-25)
Bug Fixes
require-meta-schema-description: handle non-iterable schema properties (#493 ) (7f99077 )
v6.3.0
24 Oct 01:43
Compare
Sorry, something went wrong.
No results found
6.3.0 (2024-10-24)
Features
add require-meta-schema-description
rule (#490 ) (875200b )
v6.2.0
25 Jun 06:16
Compare
Sorry, something went wrong.
No results found
6.2.0 (2024-06-25)
Features
eslint-utils => @eslint-community/eslint-utils (#474 ) (6db5604 )
no-property-in-node add additionalNodeTypeFiles option (#484 ) (6cdef14 )
v6.1.0
25 Apr 17:34
Compare
Sorry, something went wrong.
No results found
6.1.0 (2024-04-25)
Features
add require-meta-docs-recommended rule (#447 ) (2370b46 )
v6.0.0
10 Apr 02:39
Compare
Sorry, something went wrong.
No results found
6.0.0 (2024-04-10)
⚠ BREAKING CHANGES
change test-case-property-ordering to add supports languageOptions (#406 )
add defaultOptions
to meta-property-ordering (#461 )
remove consistent-output from recommended (#462 )
Add missing deprecated
/replacedBy
properties to meta-property-ordering
rule (#320 )
requires node >= 18 & eslint >= 8.23.0 (#456 )
Features
add defaultOptions
to meta-property-ordering (#461 ) (ff28db3 ), closes #430
add name
to flat configs (#459 ) (dcb794f )
Add missing deprecated
/replacedBy
properties to meta-property-ordering
rule (#320 ) (1692fe2 )
change test-case-property-ordering to add supports languageOptions (#406 ) (0dd0857 )
remove consistent-output from recommended (#462 ) (c27e18b ), closes #284
requires node >= 18 & eslint >= 8.23.0 (#456 ) (4adeb6c )
v5.5.1
08 Apr 09:11
Compare
Sorry, something went wrong.
No results found
5.5.1 (2024-04-08)
Bug Fixes