37 lines
858 B
Plaintext
37 lines
858 B
Plaintext
{
|
|
"endOfLine": "lf",
|
|
"semi": false,
|
|
"singleQuote": false,
|
|
"tabWidth": 2,
|
|
"trailingComma": "es5",
|
|
"importOrder": [
|
|
"^(react/(.*)$)|^(react$)",
|
|
"^(next/(.*)$)|^(next$)",
|
|
"",
|
|
"<THIRD_PARTY_MODULES>",
|
|
"",
|
|
"^types$",
|
|
"^@/env(.*)$",
|
|
"^@/types/(.*)$",
|
|
"^@/config/(.*)$",
|
|
"^@/constants/(.*)$",
|
|
"^@/lib/(.*)$",
|
|
"^@/hooks/(.*)$",
|
|
"^@/utils/(.*)$",
|
|
"^@/components/ui/(.*)$",
|
|
"^@/components/(.*)$",
|
|
"^@/styles/(.*)$",
|
|
"^@/app/(.*)$",
|
|
"^@/features/(.*)$",
|
|
"^@/supabase/(.*)$",
|
|
"",
|
|
"^[./]"
|
|
],
|
|
"importOrderSeparation": false,
|
|
"importOrderSortSpecifiers": true,
|
|
"importOrderBuiltinModulesToTop": true,
|
|
"importOrderParserPlugins": ["typescript", "jsx", "decorators-legacy"],
|
|
"importOrderMergeDuplicateImports": true,
|
|
"importOrderCombineTypeAndValueImports": true
|
|
}
|