mirror of
https://github.com/betagouv/mon-entreprise
synced 2025-02-08 23:25:02 +00:00
11 lines
363 B
Text
11 lines
363 B
Text
{
|
|
"bracketSpacing": true,
|
|
"semi": false,
|
|
"singleQuote": true,
|
|
"importOrder": ["<THIRD_PARTY_MODULES>", "^@/(.*)", "^\\.(.*)"],
|
|
"importOrderSortSpecifiers": true,
|
|
"importOrderSeparation": true,
|
|
"importOrderParserPlugins": ["typescript", "jsx", "importAssertions"],
|
|
"importOrderMergeDuplicateImports": true,
|
|
"importOrderCombineTypeAndValueImports": true
|
|
}
|