mirror of
https://github.com/Lifeforge-app/lifeforge.git
synced 2026-03-03 02:27:00 +00:00
23 lines
472 B
Plaintext
23 lines
472 B
Plaintext
{
|
|
"semi": false,
|
|
"singleQuote": true,
|
|
"trailingComma": "none",
|
|
"arrowParens": "avoid",
|
|
"endOfLine": "auto",
|
|
"plugins": [
|
|
"@trivago/prettier-plugin-sort-imports",
|
|
"prettier-plugin-tailwindcss"
|
|
],
|
|
"importOrder": [
|
|
"^shared/(.*)$",
|
|
"@core/(.*)$",
|
|
"@components/(.*)$",
|
|
"@functions/(.*)$",
|
|
"@/(.*)$",
|
|
"^[./]"
|
|
],
|
|
"importOrderSeparation": true,
|
|
"importOrderSortSpecifiers": true,
|
|
"tabWidth": 2,
|
|
"bracketSameLine": false
|
|
} |