79801980

Date: 2025-10-27 15:26:44
Score: 1
Natty:
Report link

Install and set Prettier as default formatter then Create .prettierrc file in your root directory and put this

 {
  "overrides": [
    {
      "files": "*.hbs",
      "options": {
        "parser": "html"
      }
    }
  ]
}

It will automatically format when you save the .hbs file.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Tewodros