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
Hi,
Is there any setting/option to make the require-param rule to apply fixes by adding an object instead of properties in new lines?
If not, I think moving forward with a new proposal should be acceptable 🙏🏻
Motivation
Applying fixes with object syntax in @param declarations.
Sounds like a good option to add. Note that although their logic may be more complicated, there are a couple bugs on the param checking rules (#540 and #762 ) that we can hopefully get fixed.
Hi,
Is there any setting/option to make the
require-param
rule to apply fixes by adding an object instead of properties in new lines?If not, I think moving forward with a new proposal should be acceptable 🙏🏻
Motivation
Applying fixes with object syntax in
@param
declarations.Current behavior
Desired behavior
Alternatives considered
If it is worth to mention, copy-pasting types from TypeScript files with object syntax, makes it easier to adapt it into JSDoc.
The text was updated successfully, but these errors were encountered: