Damon Muma
Damon Muma
Prettier team refuses to let us wrap attributes 1 per line so prettyhtml is my friend đ I could see where this would get hard to want to maintain with...
good workaround yes, thank you. ideally a formatter shouldnât alter the underlying code, but thatâs a good escape hatch.
I'm having a trouble as well that's similar. I'm using yarn and nvm and I'm not sure what exactly the issue is, but i never had any trouble until I...
I think that ended up getting it working. We ended up removing full_icu and the i18n stuff from our unit tests because some devâs setups would constantly cause problems in...
This would definitely be valuable. right now trying to figure out how not to include the scss from bootstrap that's in there by default...
Looks like I should be able to use the 'excludes' option to cover me here at least..
What an opportunity to demonstrate automated api documentation from jsdoc in storybook!
A "deprecated in vue 3" config for use in vue 2 projects wanting to upgrade at some point would be great!
We use this all over the place for general form validation. Odd to not mention it in the migration guide :/
I would love if vitepress had jsdoc drive API documentation (+ loading readme from /src) as a core feature. It would be amazing for keeping documentation in sync with code!