79493997

Date: 2025-03-08 06:44:07
Score: 0.5
Natty:
Report link

For Intellij/Webstorm it works only with a jsx/html, but there is a trick that make it works for js/ts files as well. It needs to be wrapped into the HTML tag.

Written

const dummy = '<p>lorem10</p>'

Expanded to

const dummy = '<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Ut, voluptas?</p>'

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: MichaƂ Grzegorzewski