pnpm check outputs
pnpm check
> [email protected] check /home/bjgavilanes/Documents/ecuador_in_tech/www
> biome check --fix && dprint fmt
Checked 36 files in 22ms. Fixed 1 file.
Error formatting /home/bjgavilanes/Documents/ecuador_in_tech/www/src/components/Accordion.astro. Message: syntax error 'expected attribute value' at line 26, column 13
Had 1 error formatting
This is error is raised during dprint fmt invokation.
It just tested: this may be a bug inside dprint invocation.
I tried to replace biome for typescript and json plugins in dprint.json, and the error does get raised. We need those plugins for the markup_fmt dprint plugin, that I suspect is the culprit. More information, here:
https://github.com/g-plane/markup_fmt
I might do some testing -- for example, removing markup_fmt as plugin and see if the error does get raised -- and report back.