File tree 2 files changed +6
-1
lines changed
2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## v3.5.0 (2021-07-27)
4
+
5
+ * Update: Add ` catchNoFixerButFixableProperty ` option (default false) to catch non-fixable rules that enable the fixable property in ` require-meta-fixable ` rule ([ #165 ] ( https://github.com/not-an-aardvark/eslint-plugin-eslint-plugin/issues/165 ) ) ([ da652aa] ( https://github.com/not-an-aardvark/eslint-plugin-eslint-plugin/commit/da652aa2c13f55627503067968cc843a4732eb26 ) )
6
+ * New: Add new rule ` prefer-message-ids ` ([ #170 ] ( https://github.com/not-an-aardvark/eslint-plugin-eslint-plugin/issues/170 ) ) ([ 95021dd] ( https://github.com/not-an-aardvark/eslint-plugin-eslint-plugin/commit/95021dd03baefe8f06d959d45fefd23c893fa832 ) )
7
+
3
8
## v3.4.0 (2021-07-12)
4
9
5
10
* Fix: Ensure ` require-meta-* ` rules test null/undefined property values ([ #164 ] ( https://github.com/not-an-aardvark/eslint-plugin-eslint-plugin/issues/164 ) ) ([ 990f8f6] ( https://github.com/not-an-aardvark/eslint-plugin-eslint-plugin/commit/990f8f6ab1bb7bf60939e2455ea3fae086bb90ae ) )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " eslint-plugin-eslint-plugin" ,
3
- "version" : " 3.4 .0" ,
3
+ "version" : " 3.5 .0" ,
4
4
"description" : " An ESLint plugin for linting ESLint plugins" ,
5
5
"author" : " Teddy Katz" ,
6
6
"main" : " lib/index.js" ,
You can’t perform that action at this time.
0 commit comments