eslint-plugin-foo

0.0.9 • Public • Published

eslint-plugin-foo

orts定制的foo实例

Installation

You'll first need to install ESLint:

npm i eslint --save-dev

Next, install eslint-plugin-foo:

npm install eslint-plugin-foo --save-dev

Usage

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

{
    "plugins": [
        "foo"
    ]
}

Then configure the rules you want to use under the rules section.

{
    "rules": {
        "foo/rule-name": 2
    }
}

Supported Rules

  • Fill in provided rules here

/eslint-plugin-foo/

    Package Sidebar

    Install

    npm i eslint-plugin-foo

    Weekly Downloads

    0

    Version

    0.0.9

    License

    ISC

    Unpacked Size

    8.63 kB

    Total Files

    8

    Last publish

    Collaborators

    • jtxd