github.com/hernad/nomad@v1.6.112/ui/.prettierrc (about)

     1  {
     2    "singleQuote": true,
     3    "overrides": [
     4      {
     5        "files": "*.hbs",
     6        "options": {
     7          "singleQuote": false
     8        }
     9      }
    10    ]
    11  }