WebChat/.prettierrc

8 lines
123 B
Text
Raw Normal View History

2023-07-11 20:22:57 +00:00
{
"semi": false,
"singleQuote": true,
"trailingComma": "none",
"printWidth": 120,
"tailwindFunction": ["clsx"]
2023-07-11 20:22:57 +00:00
}