buli
2023-03-30 cb7617f2a39f5622bb0c6d21aac6d897497ab389
.prettierrc
@@ -3,11 +3,25 @@
  "overrides": [
    {
      "files": "**/lwc/**/*.html",
      "options": { "parser": "lwc" }
      "options": {
        "tabWidth": 4,
        "parser": "lwc"
      }
    },
    {
      "files": "**/*.{cls,trigger,apex}",
      "options": {
        "apexInsertFinalNewline": true,
        "printWidth": 140,
        "tabWidth": 4
      }
    },
    {
      "files": "*.{cmp,page,component}",
      "options": { "parser": "html" }
      "options": {
        "parser": "html",
        "tabWidth": 4
      }
    }
  ]
}
}