2023-08-31 13:17:57 +00:00
|
|
|
{
|
|
|
|
"printWidth": 80,
|
|
|
|
"tabWidth": 2,
|
|
|
|
"useTabs": false,
|
|
|
|
"semi": true,
|
|
|
|
"singleQuote": true,
|
|
|
|
"trailingComma": "es5",
|
|
|
|
"bracketSpacing": true,
|
|
|
|
"arrowParens": "always",
|
2024-03-22 16:45:21 +00:00
|
|
|
"jsxBracketSameLine": false,
|
|
|
|
"plugins": ["prettier-plugin-tailwindcss"]
|
2023-08-31 13:17:57 +00:00
|
|
|
}
|