We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f637153 commit f257a07Copy full SHA for f257a07
CHANGELOG.md
@@ -1,4 +1,7 @@
1
# CHANGELOG
2
+## 0.8.9
3
+### Minor
4
+ - Replaced how JSON document scanning worked so it works with other plugins
5
## 0.7.9
6
### Minor
7
- Add support for linting comments
package.json
@@ -1,6 +1,6 @@
{
"name": "eslint-plugin-no-secrets",
- "version": "0.8.10",
+ "version": "0.8.9",
"description": "An eslint rule that searches for potential secrets/keys in code",
"main": "index.js",
"scripts": {
0 commit comments