mirror of
https://github.com/woodchen-ink/Q58Connect.git
synced 2025-07-18 05:51:55 +08:00
36 lines
764 B
Plaintext
36 lines
764 B
Plaintext
{
|
|
"bracketSpacing": true,
|
|
"endOfLine": "lf",
|
|
"semi": true,
|
|
"singleQuote": false,
|
|
"tabWidth": 2,
|
|
"trailingComma": "all",
|
|
"printWidth": 80,
|
|
"importOrder": [
|
|
"<BUILTIN_MODULES>",
|
|
"",
|
|
"^(react/(.*)$)|^(react$)",
|
|
"^(next/(.*)$)|^(next$)",
|
|
"<THIRD_PARTY_MODULES>",
|
|
"",
|
|
"^types$",
|
|
"^@/env(.*)$",
|
|
"^@/types/(.*)$",
|
|
"^@/config/(.*)$",
|
|
"^@/lib/(.*)$",
|
|
"^@/hooks/(.*)$",
|
|
"^@/components/ui/(.*)$",
|
|
"^@/components/(.*)$",
|
|
"^@/styles/(.*)$",
|
|
"^@/app/(.*)$",
|
|
"",
|
|
"^[./]"
|
|
],
|
|
"importOrderParserPlugins": ["typescript", "jsx", "decorators-legacy"],
|
|
"importOrderTypeScriptVersion": "5.0.0",
|
|
"plugins": [
|
|
"@ianvs/prettier-plugin-sort-imports",
|
|
"prettier-plugin-tailwindcss"
|
|
]
|
|
}
|