mestizo.monster/.prettierrc
taco f1b8097978 feat: migrate to 11ty (#1)
alas, hugo. we hardly knew ye.

Reviewed-on: https://git.tacowolf.net/TacoWolf/mestizo.monster/pulls/1
Co-authored-by: taco <signing@tacowolf.net>
Co-committed-by: taco <signing@tacowolf.net>
2026-04-10 19:48:32 -04:00

17 lines
303 B
Text

{
"plugins": ["prettier-plugin-jinja-template"],
"overrides": [
{
"files": ["*.njk"],
"options": {
"parser": "jinja-template"
}
}
],
"useTabs": false,
"singleQuote": false,
"semi": true,
"endOfLine": "lf",
"arrowParens": "always",
"printWidth": 100
}