26 lines
566 B
Plaintext
26 lines
566 B
Plaintext
{
|
|
"printWidth": 100,
|
|
"singleQuote": false,
|
|
"bracketSpacing": true,
|
|
"tabWidth": 2,
|
|
"semi": true,
|
|
"trailingComma": "none",
|
|
"importOrder": [
|
|
"^react",
|
|
"<THIRD_PARTY_MODULES>",
|
|
"",
|
|
"^@/app/(.*)$",
|
|
"^@/types/(.*)$",
|
|
"^@/libs/(.*)$",
|
|
"^@/components/(.*)$",
|
|
"^@/hooks/(.*)$",
|
|
"^@/utils(.*)$",
|
|
"^@/assets/(.*)$",
|
|
"^[./]"
|
|
],
|
|
"importOrderParserPlugins": ["typescript", "jsx", "decorators-legacy"],
|
|
"importOrderCaseInsensitive": true,
|
|
"importOrderMergeDuplicateImports": true,
|
|
"importOrderSeparation": true
|
|
}
|