mirror of
https://github.com/colanode/colanode.git
synced 2025-12-29 00:25:03 +01:00
9 lines
151 B
Plaintext
9 lines
151 B
Plaintext
{
|
|
"semi": true,
|
|
"trailingComma": "all",
|
|
"singleQuote": true,
|
|
"printWidth": 80,
|
|
"tabWidth": 2,
|
|
"plugins": ["prettier-plugin-tailwindcss"]
|
|
}
|