eslint-plugin-standard-recommended

1.2.5 • Public • Published

eslint-plugin-standard-recommended

eslint-plugin-standard-recommended

Installation

You'll first need to install ESLint:

npm i eslint --save-dev

Next, install eslint-plugin-standard-recommended:

npm install eslint-plugin-standard-recommended --save-dev

Usage

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

{
    "plugins": [
        "standard-recommended"
    ]
}

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

{
    "rules": {
        "standard-recommended/rule-name": 2
    }
}

Rules

TODO: Run eslint-doc-generator to generate the rules list.

Package Sidebar

Install

npm i eslint-plugin-standard-recommended

Weekly Downloads

12

Version

1.2.5

License

ISC

Unpacked Size

17.5 kB

Total Files

12

Last publish

Collaborators

  • jahnli