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.

30 lines
463 B

{
"trailingComma": "none",
"useTabs": true,
"semi": true,
"printWidth": 80,
"arrowParens": "always",
"plugins": ["@ianvs/prettier-plugin-sort-imports"],
"importOrder": [
".*s?css$",
"",
"<THIRD_PARTY_MODULES>",
"",
"^(next(/.*)?)|(react.*)",
"",
"^@(:?mui|nextui-org)/.*",
"",
"^@/hooks/.*",
"",
"^@/(client)|(utils)/.*",
"",
"^(@/|\\./)components/*",
"",
"^\\.?\\./.*",
"",
"<TYPES>",
"",
"^(@/|\\./)typings/.*"
]
}