2022-10-27 11:10:42 +00:00
|
|
|
{
|
2022-11-03 15:30:22 +00:00
|
|
|
"bracketSpacing": true,
|
|
|
|
"semi": false,
|
|
|
|
"singleQuote": true,
|
2023-07-31 13:06:11 +00:00
|
|
|
"trailingComma": "es5",
|
|
|
|
"plugins": ["@ianvs/prettier-plugin-sort-imports"],
|
2023-06-15 13:25:42 +00:00
|
|
|
"importOrder": [
|
|
|
|
"<BUILTIN_MODULES>",
|
|
|
|
"",
|
|
|
|
"<THIRD_PARTY_MODULES>",
|
|
|
|
"",
|
|
|
|
"^@/(.*)",
|
|
|
|
"",
|
|
|
|
"^\\.(.*)"
|
|
|
|
],
|
2022-11-03 15:30:22 +00:00
|
|
|
"importOrderParserPlugins": ["typescript", "jsx", "importAssertions"],
|
2023-06-15 13:57:48 +00:00
|
|
|
"importOrderTypeScriptVersion": "5.0.0"
|
2022-10-27 11:10:42 +00:00
|
|
|
}
|