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