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