tasko/.prettierrc.json

9 lines
157 B
JSON
Raw Normal View History

2024-02-16 01:27:24 +00:00
{
"trailingComma": "es5",
"semi": true,
"tabWidth": 2,
"singleQuote": true,
"jsxSingleQuote": true,
2024-06-05 00:38:37 +00:00
"plugins": ["prettier-plugin-tailwindcss"]
2024-02-16 01:27:24 +00:00
}