File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -216,6 +216,14 @@ The plugin support was introduced in ESLint version `0.8.0`. Ensure the `peerDep
216
216
217
217
ESLint provides the [` RuleTester` ](/ docs/ developer- guide/ nodejs- api .md #ruletester) utility to make it easy to test the rules of your plugin.
218
218
219
+ ### Linting
220
+
221
+ ESLint plugins should be linted too! It' s suggested to lint your plugin with the `recommended` configurations of:
222
+
223
+ * [eslint](https://www.npmjs.com/package/eslint)
224
+ * [eslint-plugin-eslint-plugin](https://www.npmjs.com/package/eslint-plugin-eslint-plugin)
225
+ * [eslint-plugin-node](https://www.npmjs.com/package/eslint-plugin-node)
226
+
219
227
## Share Plugins
220
228
221
229
In order to make your plugin available to the community you have to publish it on npm.
You can’t perform that action at this time.
0 commit comments