prettier-plugin-interpolated-html-tags
v2.0.0
Published
A prettier plugin for handling interpolated HTML tag names.
Downloads
2,446
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
debugger
to your code somewhere - kill the tests
- run
npm test -- --inspect
- so you don't have to play through the initial breaks every time