24 lines
451 B
Plaintext
24 lines
451 B
Plaintext
{
|
|
"trailingComma": "none",
|
|
"tabWidth": 4,
|
|
"useTabs": true,
|
|
"semi": false,
|
|
"singleQuote": true,
|
|
"jsxSingleQuote": true,
|
|
"arrowParens": "avoid",
|
|
"importOrderSeparation": true,
|
|
"importOrderSortSpecifiers": true,
|
|
"importOrder": [
|
|
"<THIRD_PARTY_MODULES>",
|
|
"^@/app/(.*)$",
|
|
"^@/features/(.*)$",
|
|
"^@/shared/(.*)$",
|
|
"^../(.*)$",
|
|
"^./(.*)$"
|
|
],
|
|
"plugins": [
|
|
"@trivago/prettier-plugin-sort-imports",
|
|
"prettier-plugin-tailwindcss"
|
|
]
|
|
}
|