eslint-plugin-disable-autofix
Advanced tools
Comparing version 0.1.2 to 0.1.3
{ | ||
"name": "eslint-plugin-disable-autofix", | ||
"version": "0.1.2", | ||
"version": "0.1.3", | ||
"description": "Disable ESLint autofix (--fix) for specified rules", | ||
"keywords": [ | ||
"eslint-plugin-disable-autofix", | ||
"eslint-plugin", | ||
"eslint", | ||
"plugin", | ||
"disable-autofix", | ||
"disable", | ||
@@ -13,7 +16,8 @@ "autofix", | ||
"fix", | ||
"--fix" | ||
"--fix", | ||
"no-autofix" | ||
], | ||
"homepage": "https://github.com/chiefmikey/eslint-plugins/tree/main/disable-autofix", | ||
"bugs": "https://github.com/chiefmikey/eslint-plugins/issues", | ||
"repository": "https://github.com/chiefmikey/eslint-plugins/tree/main/disable-autofix", | ||
"homepage": "https://github.com/chiefmikey/eslint-plugin-disable-autofix", | ||
"bugs": "https://github.com/chiefmikey/eslint-plugin-disable-autofix/issues", | ||
"repository": "https://github.com/chiefmikey/eslint-plugin-disable-autofix", | ||
"license": "MIT", | ||
@@ -26,2 +30,7 @@ "author": "Mikl Wolfe <wolfe@mikl.io> (https://mikl.io)", | ||
"main": "./lib/index.cjs", | ||
"files": [ | ||
"lib/", | ||
"README.md", | ||
"LICENSE" | ||
], | ||
"dependencies": { | ||
@@ -28,0 +37,0 @@ "eslint": "^7.32.0", |
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
5678
1