eslint-plugin-autofix-fork
v0.0.6
Published
autofix some errors reported by eslint rules.
Readme
fork-eslint-plugin-autofix
Install & usage
$ npm i eslint-plugin-autofix-fork -Dadd prefix "autofix" to the rulename in eslintrc:
{
"plugins": ["autofix-fork"],
"rules": {
"autofix-fork/no-unused-vars": "error"
}
}usage can see eslint-plugin
