0.3.0 • Published 1 year ago
eslint-plugin-ressurectit v0.3.0
eslint-plugin-ressurectit
RessurectIT specific ESlint rules
Installation
You'll first need to install ESLint:
$ npm i eslint --save-devNext, install eslint-plugin-ressurectit:
$ npm install eslint-plugin-ressurectit --save-devUsage
Add ressurectit to the plugins section of your .eslintrc configuration file. You can omit the eslint-plugin- prefix:
{
"plugins": [
"ressurectit"
]
}Then configure the rules you want to use under the rules section.
{
"rules": {
"ressurectit/rule-name": 2
}
}Supported Rules
- Fill in provided rules here
0.2.1-beta.20250123094806
1 year ago
0.3.0-beta.20250123133258
1 year ago
0.2.0-beta.20250122134757
1 year ago
0.3.0
1 year ago
0.2.1
1 year ago
0.2.0
1 year ago
0.2.0-beta.20250123085322
1 year ago
0.3.0-beta.20250123133922
1 year ago
0.2.0-beta.20250122141821
1 year ago
0.2.0-beta.20250123073252
1 year ago
0.2.0-beta.20250120102911
1 year ago
0.1.0
5 years ago
0.1.0-beta.20210625131948
5 years ago
0.1.0-beta.20210625131737
5 years ago