File tree 2 files changed +5
-1
lines changed
2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## v3.5.1 (2021-07-27)
4
+
5
+ * Fix: Fix false positive with empty array variable in ` require-meta-has-suggestions ` rule ([ #171 ] ( https://github.com/not-an-aardvark/eslint-plugin-eslint-plugin/issues/171 ) ) ([ fffa881] ( https://github.com/not-an-aardvark/eslint-plugin-eslint-plugin/commit/fffa881fdaf1575834832e0e16df2cddb913008c ) )
6
+
3
7
## v3.5.0 (2021-07-27)
4
8
5
9
* 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 ) )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " eslint-plugin-eslint-plugin" ,
3
- "version" : " 3.5.0 " ,
3
+ "version" : " 3.5.1 " ,
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