mirror of
https://github.com/tangledup-ai/stepfun-vector-stores-admin.git
synced 2026-01-20 19:00:59 +08:00
49 lines
1.0 KiB
Plaintext
49 lines
1.0 KiB
Plaintext
{
|
|
"arrowParens": "always",
|
|
"semi": false,
|
|
"tabWidth": 2,
|
|
"printWidth": 80,
|
|
"singleQuote": true,
|
|
"jsxSingleQuote": true,
|
|
"trailingComma": "es5",
|
|
"bracketSpacing": true,
|
|
"endOfLine": "lf",
|
|
"plugins": [
|
|
"@trivago/prettier-plugin-sort-imports",
|
|
"prettier-plugin-tailwindcss"
|
|
],
|
|
"importOrder": [
|
|
"^path$",
|
|
"^vite$",
|
|
"^@vitejs/(.*)$",
|
|
"^react$",
|
|
"^react-dom/client$",
|
|
"^react/(.*)$",
|
|
"^globals$",
|
|
"^zod$",
|
|
"^axios$",
|
|
"^date-fns$",
|
|
"^react-hook-form$",
|
|
"^use-intl$",
|
|
"^@radix-ui/(.*)$",
|
|
"^@hookform/resolvers/zod$",
|
|
"^@tanstack/react-query$",
|
|
"^@tanstack/react-router$",
|
|
"^@tanstack/react-table$",
|
|
"<THIRD_PARTY_MODULES>",
|
|
"^@/assets/(.*)",
|
|
"^@/api/(.*)$",
|
|
"^@/stores/(.*)$",
|
|
"^@/lib/(.*)$",
|
|
"^@/utils/(.*)$",
|
|
"^@/constants/(.*)$",
|
|
"^@/context/(.*)$",
|
|
"^@/hooks/(.*)$",
|
|
"^@/components/layouts/(.*)$",
|
|
"^@/components/ui/(.*)$",
|
|
"^@/components/errors/(.*)$",
|
|
"^@/components/(.*)$",
|
|
"^@/features/(.*)$",
|
|
"^[./]"
|
|
]
|
|
} |