mirror of
https://github.com/pikami/scrummie-poker.git
synced 2024-11-24 10:55:42 +00:00
9 lines
152 B
Plaintext
9 lines
152 B
Plaintext
{
|
|
"plugins": ["prettier-plugin-tailwindcss"],
|
|
"trailingComma": "all",
|
|
"singleQuote": true,
|
|
"endOfLine": "lf",
|
|
"tabWidth": 2,
|
|
"semi": true
|
|
}
|