3.0.0 • Published 6 months ago

@tidio/eslint-plugin-rules v3.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
6 months ago

eslint-plugin-rules

Installation

You'll first need to install ESLint:

$ npm i eslint --save-dev

Next, install @tidio/eslint-plugin-rules:

$ npm install @tidio/eslint-plugin-rules --save-dev

Note: If you installed ESLint globally (using the -g flag) then you must also install @tidio/eslint-plugin-rules globally.

Usage

Add @tidio/eslint-plugin-rules to the plugins section of your .eslintrc configuration file.

{
  "plugins": ["@tidio/rules"]
}

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

{
  "rules": {
    "@tidio/rules/rule-name": 2
  }
}
3.0.0

6 months ago

3.0.0-beta.1

6 months ago

2.7.0

8 months ago

2.6.0

9 months ago

2.5.3

9 months ago

2.5.2

9 months ago

2.5.0

10 months ago

2.4.1

10 months ago

2.4.0

11 months ago

2.5.1

10 months ago

2.3.0

1 year ago

2.3.2

1 year ago

2.3.1

1 year ago

2.2.0

1 year ago

2.1.2

1 year ago

2.1.1

1 year ago

2.1.0

1 year ago

2.0.0

2 years ago