eslint-plugin-disable-autofix
Advanced tools
Comparing version 4.0.1 to 4.0.2
{ | ||
"name": "eslint-plugin-disable-autofix", | ||
"version": "4.0.1", | ||
"version": "4.0.2", | ||
"description": "Disable ESLint autofix (--fix) for specified rules", | ||
@@ -5,0 +5,0 @@ "main": "./index.js", |
# eslint-plugin-disable-autofix | ||
Disable ESLint autofix (--fix) for specified rules and prevent them from being | ||
formatted, without turning them off | ||
Disable autofix for ESLint rules and prevent them from being formatted without | ||
having to turning them off | ||
@@ -28,3 +28,3 @@ ## Usage | ||
Use 3rd-party plugins | ||
Use 3rd-party rules | ||
@@ -41,3 +41,3 @@ ```js | ||
Use scoped plugins | ||
Use scoped rules | ||
@@ -44,0 +44,0 @@ ```js |
5918