Files
briannelson.dev/.prettierrc.json
2025-10-08 14:21:29 -04:00

7 lines
90 B
JSON

{
"singleQuote": true,
"trailingComma": "all",
"printWidth": 100,
"semi": false
}