We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6aed8bb commit 0450e4cCopy full SHA for 0450e4c
CHANGELOG.md
@@ -1,5 +1,12 @@
1
2
3
+### [5.2.1](https://github.com/eslint-community/eslint-plugin-eslint-plugin/compare/v5.2.0...v5.2.1) (2023-12-11)
4
+
5
6
+### Bug Fixes
7
8
+* replace context.getScope() with sourceCode.getScope() ([6aed8bb](https://github.com/eslint-community/eslint-plugin-eslint-plugin/commit/6aed8bbc54abea5c74157c0e34148e56c88a6a7b))
9
10
## [5.2.0](https://github.com/eslint-community/eslint-plugin-eslint-plugin/compare/v5.1.1...v5.2.0) (2023-12-11)
11
12
package.json
@@ -1,6 +1,6 @@
{
"name": "eslint-plugin-eslint-plugin",
- "version": "5.2.0",
+ "version": "5.2.1",
"description": "An ESLint plugin for linting ESLint plugins",
"author": "Teddy Katz",
"main": "./lib/index.js",
0 commit comments