eslint-plugin-autofix-fork

0.0.6 • Public • Published

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

Acknowledgement

/eslint-plugin-autofix-fork/

    Package Sidebar

    Install

    npm i eslint-plugin-autofix-fork

    Weekly Downloads

    1

    Version

    0.0.6

    License

    MIT

    Unpacked Size

    16 kB

    Total Files

    7

    Last publish

    Collaborators

    • lizi1225-cli