1
0
mirror of https://github.com/pikami/scrummie-poker.git synced 2025-03-07 18:26:52 +00:00

9 lines
152 B
Plaintext
Raw Normal View History

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