1
0
Fork 0
mirror of https://github.com/betagouv/mon-entreprise synced 2025-02-11 13:15:01 +00:00
mon-entreprise/.prettierrc
2023-06-15 16:23:23 +02:00

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"
}