mirror of
https://github.com/penxio/penx.git
synced 2026-04-19 03:03:06 -04:00
22 lines
435 B
Plaintext
22 lines
435 B
Plaintext
{
|
|
"semi": false,
|
|
"tabWidth": 2,
|
|
"singleQuote": true,
|
|
"trailingComma": "all",
|
|
"printWidth": 80,
|
|
"plugins": [
|
|
"@ianvs/prettier-plugin-sort-imports",
|
|
"prettier-plugin-tailwindcss"
|
|
],
|
|
"tailwindFunctions": ["cn", "cva", "withCn"],
|
|
"tailwindStylesheet": "./app/globals.css",
|
|
"importOrder": [
|
|
"^react",
|
|
"<BUILTIN_MODULES>",
|
|
"<THIRD_PARTY_MODULES>",
|
|
"^@penx/(.*)$",
|
|
"^~(.*)$",
|
|
"^[./]"
|
|
]
|
|
}
|