17 lines
297 B
Plaintext
17 lines
297 B
Plaintext
{
|
|
"bracketSpacing": true,
|
|
"semi": false,
|
|
"singleQuote": true,
|
|
"importOrder": [
|
|
"<BUILTIN_MODULES>",
|
|
"",
|
|
"<THIRD_PARTY_MODULES>",
|
|
"",
|
|
"^@/(.*)",
|
|
"",
|
|
"^\\.(.*)"
|
|
],
|
|
"importOrderParserPlugins": ["typescript", "jsx", "importAssertions"],
|
|
"importOrderTypeScriptVersion": "^4.5.0"
|
|
}
|