github.com/anth0d/nomad@v0.0.0-20221214183521-ae3a0a2cad06/ui/.prettierrc (about) 1 { 2 "singleQuote": true, 3 "overrides": [ 4 { 5 "files": "*.hbs", 6 "options": { 7 "singleQuote": false 8 } 9 } 10 ] 11 }