You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
46 lines
761 B
46 lines
761 B
{
|
|
"trailingComma": "none",
|
|
"useTabs": true,
|
|
"semi": true,
|
|
"printWidth": 80,
|
|
"arrowParens": "always",
|
|
"importOrderParserPlugins": [
|
|
"classProperties",
|
|
"decorators-legacy",
|
|
"typescript",
|
|
"jsx"
|
|
],
|
|
"importOrderSeparation": true,
|
|
"importOrder": [
|
|
"@rollup/.*",
|
|
"rollup-.*",
|
|
"^..?/.*",
|
|
"^slate.*",
|
|
"^react.*",
|
|
"^preact$",
|
|
"^preact.*",
|
|
"^axios.*",
|
|
"^redis.*",
|
|
"@redis/.*",
|
|
"@dust-mail/.*",
|
|
"^@nestjs/.*",
|
|
"^@emotion/.*",
|
|
"^@mui/material/.*",
|
|
"^@mui/.*",
|
|
"^@src/.*",
|
|
"^@models/.*",
|
|
"^@interfaces/.*",
|
|
"^@styles/.*",
|
|
"^@shared/.*",
|
|
"^@utils/.*",
|
|
"^@cache/.*",
|
|
"^@mail/.*",
|
|
"^@auth/.*",
|
|
"^@components/.*",
|
|
".*sass$",
|
|
".*css$",
|
|
"^@svg/.*"
|
|
],
|
|
"plugins": ["@trivago/prettier-plugin-sort-imports"]
|
|
}
|