Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Option to keep existing lines #217

Open
btxtiger opened this issue Oct 24, 2023 · 0 comments
Open

Option to keep existing lines #217

btxtiger opened this issue Oct 24, 2023 · 0 comments

Comments

@btxtiger
Copy link

Currently with this config:

jsdocCommentLineStrategy: 'keep',
 /**
  * On product field edited
  * TODO: Move to single service
  */

gets transformed to

 /**
  * On product field edited TODO: Move to single service
  */
 public onVariationValueEdited(property: string | string[], data: string | string[] | number | number[]): void {

How can I preserve the lines that have been written?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant