mirror of
https://github.com/woodchen-ink/nezha-dash-v1.git
synced 2025-07-18 01:21:56 +08:00
13 lines
364 B
JSON
13 lines
364 B
JSON
{
|
|
"semi": false,
|
|
"singleQuote": false,
|
|
"printWidth": 150,
|
|
"tabWidth": 2,
|
|
"trailingComma": "all",
|
|
"importOrder": ["^@core/(.*)$", "^@server/(.*)$", "^@ui/(.*)$", "^[./]"],
|
|
"importOrderSeparation": true,
|
|
"importOrderSortSpecifiers": true,
|
|
"endOfLine": "auto",
|
|
"plugins": ["prettier-plugin-tailwindcss", "@trivago/prettier-plugin-sort-imports"]
|
|
}
|