Skip to content

Commit

Permalink
Docs: Suggest linting plugins for ESLint plugin developers (#14754)
Browse files Browse the repository at this point in the history
  • Loading branch information
bmish committed Jul 2, 2021
1 parent aa87329 commit 19a871a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/developer-guide/working-with-plugins.md
Expand Up @@ -216,6 +216,14 @@ The plugin support was introduced in ESLint version `0.8.0`. Ensure the `peerDep

ESLint provides the [`RuleTester`](/docs/developer-guide/nodejs-api.md#ruletester) utility to make it easy to test the rules of your plugin.

### Linting

ESLint plugins should be linted too! It's suggested to lint your plugin with the `recommended` configurations of:

* [eslint](https://www.npmjs.com/package/eslint)
* [eslint-plugin-eslint-plugin](https://www.npmjs.com/package/eslint-plugin-eslint-plugin)
* [eslint-plugin-node](https://www.npmjs.com/package/eslint-plugin-node)

## Share Plugins

In order to make your plugin available to the community you have to publish it on npm.
Expand Down

0 comments on commit 19a871a

Please sign in to comment.