scrummie-poker/.prettierrc

9 lines
152 B
Plaintext
Raw Normal View History

2024-10-06 13:15:36 +01:00
{
2024-10-06 14:52:39 +01:00
"plugins": ["prettier-plugin-tailwindcss"],
2024-10-06 13:15:36 +01:00
"trailingComma": "all",
"singleQuote": true,
"endOfLine": "lf",
"tabWidth": 2,
"semi": true
}