mirror of
https://github.com/SecurityBrewery/catalyst.git
synced 2025-12-25 16:33:10 +01:00
21 lines
468 B
JSON
21 lines
468 B
JSON
{
|
|
"$schema": "https://json.schemastore.org/prettierrc",
|
|
"semi": false,
|
|
"tabWidth": 2,
|
|
"singleQuote": true,
|
|
"printWidth": 100,
|
|
"trailingComma": "none",
|
|
"plugins": [
|
|
"@trivago/prettier-plugin-sort-imports",
|
|
"prettier-plugin-tailwindcss"
|
|
],
|
|
"importOrder": [
|
|
"(.*).css$",
|
|
"^@/components/(.*)$",
|
|
"^lucide-vue-next",
|
|
"<THIRD_PARTY_MODULES>",
|
|
"^@/(.*)$"
|
|
],
|
|
"importOrderSeparation": true,
|
|
"importOrderSortSpecifiers": true
|
|
} |