mirror of
https://github.com/pyrohost/pyrodactyl.git
synced 2026-04-05 19:51:59 +02:00
24 lines
582 B
JSON
24 lines
582 B
JSON
{
|
|
"printWidth": 120,
|
|
"tabWidth": 4,
|
|
"useTabs": false,
|
|
"semi": true,
|
|
"singleQuote": true,
|
|
"jsxSingleQuote": true,
|
|
"importOrder": [
|
|
"^@/routers/(.*)$",
|
|
"^@/components/(.*)$",
|
|
"^@/hoc/(.*)$",
|
|
"^@/lib/(.*)$",
|
|
"^@/api/(.*)$",
|
|
"^@/state(.*)$",
|
|
"^@/state/(.*)$",
|
|
"^@/plugins/(.*)$",
|
|
"^@feature/(.*)$",
|
|
"^[./]"
|
|
],
|
|
"importOrderSeparation": true,
|
|
"importOrderSortSpecifiers": true,
|
|
"plugins": ["prettier-plugin-tailwindcss", "@trivago/prettier-plugin-sort-imports"]
|
|
}
|