tasko/.prettierrc.json

10 lines
180 B
JSON
Raw Normal View History

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