2.3.2 • Published 2 months ago

@tidio/eslint-plugin-rules v2.3.2

Weekly downloads
-
License
MIT
Repository
github
Last release
2 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
  }
}
2.3.0

2 months ago

2.3.2

2 months ago

2.3.1

2 months ago

2.2.0

2 months ago

2.1.2

4 months ago

2.1.1

4 months ago

2.1.0

4 months ago

2.0.0

1 year ago