Welcome to mirror list, hosted at ThFree Co, Russian Federation.

.prettierrc.json - github.com/janraasch/hugo-product-launch.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: c99d7d5dbe2ed0004d4ae201169ba6208f15dec7 (plain)
1
2
3
4
5
6
7
8
9
10
{
  "overrides": [
    {
      "files": ["*.html"],
      "options": {
        "parser": "go-template"
      }
    }
  ]
}