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

description with single to separate comment #223

Open
RosApr opened this issue Jan 10, 2024 · 0 comments
Open

description with single to separate comment #223

RosApr opened this issue Jan 10, 2024 · 0 comments
Labels
help wanted Extra attention is needed

Comments

@RosApr
Copy link

RosApr commented Jan 10, 2024

 /**
     * test
     * @type {ModuleConfig}
     */

after format will become

/**
     * Test
     *
     * @type {ModuleConfig}
     */

I use prettier with plugin options to use your super cool library
as you can see there occur single line , how can i config option to ignore this format, thx

@hosseinmd hosseinmd added the help wanted Extra attention is needed label Jan 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants