We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 189325f commit 1e293bdCopy full SHA for 1e293bd
eslint-plugin/CONTRIBUTING.md
@@ -55,11 +55,6 @@ This will allow a large code coverage and avoid false positives.
55
Run the following script to start all test suites: `yarn run test`.\
56
To display tests coverage, use `yarn run test:cov`.
57
58
-### Register the rule
59
-
60
-After being created, the rule must be registered into `lib/index.js` file.\
61
-To do so, the rule name has to be added in the array called **"rules"** (in an alphabetically order).
62
63
### Generate rule documentation
64
65
A tool called [eslint-doc-generator](https://github.com/bmish/eslint-doc-generator) is used in the project to update
0 commit comments