mirror of
https://github.com/NapNeko/NapCatQQ.git
synced 2025-07-19 12:03:37 +00:00
24 lines
500 B
Plaintext
24 lines
500 B
Plaintext
{
|
|
"printWidth": 80,
|
|
"tabWidth": 2,
|
|
"useTabs": false,
|
|
"singleQuote": true,
|
|
"semi": false,
|
|
"trailingComma": "none",
|
|
"bracketSpacing": true,
|
|
"importOrder": [
|
|
"<THIRD_PARTY_MODULES>",
|
|
"^@/const/(.*)$",
|
|
"^@/store/(.*)$",
|
|
"^@/components/(.*)$",
|
|
"^@/contexts/(.*)$",
|
|
"^@/hooks/(.*)$",
|
|
"^@/utils/(.*)$",
|
|
"^@/(.*)$",
|
|
"^[./]"
|
|
],
|
|
"importOrderSeparation": true,
|
|
"importOrderSortSpecifiers": true,
|
|
"plugins": ["@trivago/prettier-plugin-sort-imports"]
|
|
}
|