We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
eslint
Learn more about funding links in repositories.
Report abuse
1 parent aa87329 commit 19a871aCopy full SHA for 19a871a
docs/developer-guide/working-with-plugins.md
@@ -216,6 +216,14 @@ The plugin support was introduced in ESLint version `0.8.0`. Ensure the `peerDep
216
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
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
227
## Share Plugins
228
229
In order to make your plugin available to the community you have to publish it on npm.
0 commit comments