vite-templates/.prettierrc

7 lines
89 B
Plaintext
Raw Permalink Normal View History

2024-09-30 10:13:11 -04:00
{
"singleQuote": true,
"trailingComma": "all",
"printWidth": 80,
"semi": false
}