prettier-plugin-void-html
prettier-plugin-void-html copied to clipboard
Consider using htmlparser2 & domhandler
The implementation of this plugin is based on augmenting the built-in Prettier parser and printing logic. But this has limitations.
Look into using a more "from-scratch" implementation by using htmlparser2 for parsing and domhandler.