roryhealy.dev/.prettierrc

7 lines
102 B
Plaintext

{
"singleQuote": true,
"jsxSingleQuote": true,
"trailingComma": "none",
"printWidth": 120
}