mirror of
https://github.com/betagouv/mon-entreprise
synced 2025-02-11 20:15:01 +00:00
16 lines
296 B
Text
16 lines
296 B
Text
{
|
|
"bracketSpacing": true,
|
|
"semi": false,
|
|
"singleQuote": true,
|
|
"importOrder": [
|
|
"<BUILTIN_MODULES>",
|
|
"",
|
|
"<THIRD_PARTY_MODULES>",
|
|
"",
|
|
"^@/(.*)",
|
|
"",
|
|
"^\\.(.*)"
|
|
],
|
|
"importOrderParserPlugins": ["typescript", "jsx", "importAssertions"],
|
|
"importOrderTypeScriptVersion": "5.0.0"
|
|
}
|