File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
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+
38## v3.4.0 (2021-07-12)
49
510* 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 11{
22 "name" : " eslint-plugin-eslint-plugin" ,
3- "version" : " 3.4 .0" ,
3+ "version" : " 3.5 .0" ,
44 "description" : " An ESLint plugin for linting ESLint plugins" ,
55 "author" : " Teddy Katz" ,
66 "main" : " lib/index.js" ,
You can’t perform that action at this time.
0 commit comments