thegeeklab/.prettierrc
Robert Kaussow d5e92052a8
All checks were successful
continuous-integration/drone/push Build is passing
refactor: replace gulp with webpack (#42)
Co-authored-by: Robert Kaussow <mail@thegeeklab.de>
Reviewed-on: #42
Co-authored-by: Robert Kaussow <xoxys@rknet.org>
Co-committed-by: Robert Kaussow <xoxys@rknet.org>
2021-12-30 16:57:27 +01:00

15 lines
211 B
Plaintext

{
"printWidth": 99,
"singleQuote": false,
"semi": false,
"trailingComma": "none",
"overrides": [
{
"files": ["*.html"],
"options": {
"parser": "go-template"
}
}
]
}