8.0.0 • Published 2 years ago

eslint-plugin-wpcalypso v8.0.0

Weekly downloads
4,257
License
GPL-2.0-or-later
Repository
github
Last release
2 years ago

Eslint plugin wpcalypso

Custom ESLint rules for the WordPress.com Calypso project.

Installation

Install ESLint amd eslint-plugin-wpcalypso

$ yarn add --dev eslint eslint-plugin-wpcalypso

Usage

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

{
    "plugins": [
        "wpcalypso"
    ]
}

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

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

Supported Rules

License

GNU General Public License v2.0 or later.

8.0.0

2 years ago

7.0.0

3 years ago

6.1.0

4 years ago

6.0.0

4 years ago

5.0.0

6 years ago

4.1.0

7 years ago

4.0.2

8 years ago

4.0.1

8 years ago

4.0.0

9 years ago

3.4.1

9 years ago

3.4.0

9 years ago

3.3.0

9 years ago

3.2.0

9 years ago

3.1.1

9 years ago

3.0.2

9 years ago

3.0.1

9 years ago

3.0.0

9 years ago

2.0.0

10 years ago

1.4.1

10 years ago

1.3.3

10 years ago

1.3.2

10 years ago

1.3.1

10 years ago

1.3.0

10 years ago

1.2.0

10 years ago

1.1.4

10 years ago

1.1.3

10 years ago

1.1.2

10 years ago

1.1.1

10 years ago

1.1.0

10 years ago

1.0.0

10 years ago