Spaces:
Running
Running
{ | |
"endOfLine": "lf", | |
"semi": true, | |
"singleQuote": true, | |
"arrowParens": "avoid", | |
"tabWidth": 2, | |
"useTabs": false, | |
"trailingComma": "all", | |
"bracketSpacing": true, | |
"importOrder": [ | |
"^(react/(.*)$)|^(react$)", | |
"^(next/(.*)$)|^(next$)", | |
"<THIRD_PARTY_MODULES>", | |
"", | |
"^types$", | |
"^@/types/(.*)$", | |
"^@/config/(.*)$", | |
"^@/lib/(.*)$", | |
"^@/hooks/(.*)$", | |
"^@/components/ui/(.*)$", | |
"^@/components/(.*)$", | |
"^@/registry/(.*)$", | |
"^@/styles/(.*)$", | |
"^@/app/(.*)$", | |
"", | |
"^[./]" | |
], | |
"importOrderSeparation": false, | |
"importOrderSortSpecifiers": true, | |
"importOrderBuiltinModulesToTop": true, | |
"importOrderParserPlugins": ["typescript", "jsx", "decorators-legacy"], | |
"importOrderMergeDuplicateImports": true, | |
"importOrderCombineTypeAndValueImports": true | |
} | |