mirror of
https://github.com/lukevella/rallly.git
synced 2025-04-28 17:56:37 +02:00
9 lines
179 B
Text
9 lines
179 B
Text
{
|
|
"plugins": ["prettier-plugin-tailwindcss"],
|
|
"semi": true,
|
|
"tabWidth": 2,
|
|
"useTabs": false,
|
|
"trailingComma": "all",
|
|
"singleQuote": false,
|
|
"arrowParens": "always"
|
|
}
|