summaryrefslogtreecommitdiff
path: root/.prettierrc
blob: a1f4f2e1f5fd8c82081bff117235e25f516efb50 (plain) (blame)
1
2
3
4
5
6
7
8
{
  "overrides": [
    {
      "files": "*.liquid",
      "options": { "parser": "html" }
    }
  ]
}