-
-
Notifications
You must be signed in to change notification settings - Fork 169
Closed
Labels
Description
Motivation
This plugin is useful for TypeScript source files that still use JSDoc/TSDoc style code annotations. It'd be nice to have a preset tailored to them.
(forking discussion from #615 (comment))
Current behavior
The recommended and recommended-error preset configs enable a few rules that aren't relevant for TypeScript code, such as jsdoc/require-param-type. And TypeScript users would generally want to enable jsdoc/no-types.
Desired behavior
Since this package currently exports recommended and recommended-error, adding two new preset configs:
recommended-typescriptrecommended-typescript-error
Alternatives considered
n/a