eslint-plugin-standard-recommended

1.2.8 • 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.

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
1.2.87latest

Version History

VersionDownloads (Last 7 Days)Published
1.2.87
1.2.70
1.2.60
1.2.58
1.2.40
1.2.30
1.2.20
1.2.10
1.2.00
1.1.92
1.1.80
1.1.70
1.1.60
1.1.50
1.1.40
1.1.30
1.1.20
1.1.10
1.1.00
1.0.90
1.0.80
1.0.70
1.0.60
1.0.50
1.0.40
1.0.30
1.0.20
1.0.10
1.0.00
0.0.00

Package Sidebar

Install

npm i eslint-plugin-standard-recommended

Weekly Downloads

17

Version

1.2.8

License

ISC

Unpacked Size

17.7 kB

Total Files

12

Last publish

Collaborators

  • jahnli