voting-app/frontend/.prettierrc
2026-05-15 15:16:18 -05:00

8 lines
125 B
Plaintext

{
"semi": true,
"trailingComma": "all",
"singleQuote": true,
"printWidth": 120,
"tabWidth": 2,
"useTabs": false
}