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