-
-
Notifications
You must be signed in to change notification settings - Fork 169
Closed
Labels
Description
Motivation
I really want to use the jsdoc/recommended ruleset for my typescript project, but that means quite a few rules that support the contexts param won't run correctly. An example is interfaces, which require me to pass TSInterfaceDeclaration to contexts.
Current behavior
For each rule that in the recommended list I need to also include in the rules section and pass a long list of contexts.
Desired behavior
Either just always include the impacted typescript contexts if typescript parser is being used, or support a settings which holds the default contexts for any rule that supports a context parameter.
Alternatives considered
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.
brettz9, snowteamer, mdmower, aoberoi, jerone and 2 more