You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* docs: add note about typescript-eslint as peer dependency
Explain, that there is not need to define the parser and therefore include `typescript-eslint` as peer dependency.
* Update docs/developers/ESLint_Plugins.mdx
---------
Co-authored-by: Josh Goldberg ✨ <git@joshuakgoldberg.com>
Copy file name to clipboardExpand all lines: docs/developers/ESLint_Plugins.mdx
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -42,6 +42,9 @@ Include the following to enforce the version range allowed without making users'
42
42
43
43
Those are all packages consumers are expected to be using already.
44
44
45
+
You don't need to declare any dependencies on `typescript-eslint` or `@typescript-eslint/eslint-plugin`.
46
+
Our setup guide ensures that the parser is automatically registered when configuring ESLint.
47
+
45
48
## `RuleCreator` Usage
46
49
47
50
We recommend including at least the following three properties in your plugin's [`RuleCreator` extra rule docs types](./Custom_Rules.mdx#extra-rule-docs-types):
0 commit comments