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
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-typescript
recommended-typescript-error
Alternatives considered
n/a
The text was updated successfully, but these errors were encountered:
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
andrecommended-error
preset configs enable a few rules that aren't relevant for TypeScript code, such asjsdoc/require-param-type
. And TypeScript users would generally want to enablejsdoc/no-types
.Desired behavior
Since this package currently exports
recommended
andrecommended-error
, adding two new preset configs:recommended-typescript
recommended-typescript-error
Alternatives considered
n/a
The text was updated successfully, but these errors were encountered: