0.0.3 • Published 1 year ago

eslint-plugin-fix-js v0.0.3

Weekly downloads
-
License
ISC
Repository
-
Last release
1 year ago

eslint-plugin-fix-js

校验常见的js兼容性问题

Installation

You'll first need to install ESLint:

npm i eslint --save-dev

Next, install eslint-plugin-fix-js:

npm install eslint-plugin-fix-js --save-dev

Usage

Add fix-js to the plugins section of your .eslintrc configuration file. You can omit the eslint-plugin- prefix:

{
    "plugins": [
        "fix-js"
    ]
}

Then configure the extend in extends

{
    "extends":[
        "plugin:fix-js/recommended"
    ]
}
0.0.3

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago

0.0.0

1 year ago