prettier-plugin-interpolated-html-tags
v2.0.1
Published
A prettier plugin for handling interpolated HTML tag names.
Maintainers
Readme
prettier-plugin-interpolated-html-tags
Support interpolated tag names for HTML in Prettier formatting.
Dev
To debug tests do the following:
- run
npm test -- --inspect-brk - open Chrome and attach the node inspector
- add
debuggerto your code somewhere - kill the tests
- run
npm test -- --inspect- so you don't have to play through the initial breaks every time
