mirror of
https://github.com/eigent-ai/eigent.git
synced 2026-04-28 19:50:34 +00:00
Co-authored-by: Claude Sonnet 4.5 <noreply@anthropic.com> Co-authored-by: Wendong-Fan <w3ndong.fan@gmail.com>
10 lines
229 B
JSON
10 lines
229 B
JSON
{
|
|
"plugins": [
|
|
"prettier-plugin-organize-imports",
|
|
"prettier-plugin-tailwindcss"
|
|
],
|
|
"tailwindFunctions": ["classNames"],
|
|
"tailwindConfig": "./tailwind.config.js",
|
|
"singleQuote": true,
|
|
"trailingComma": "es5"
|
|
}
|