1
0
Fork 0
mirror of https://github.com/betagouv/mon-entreprise synced 2025-02-09 22:45:01 +00:00
mon-entreprise/.prettierrc
Jérémy Rialland 0839d5a231 Update packages
2023-08-07 16:49:45 +02:00

18 lines
374 B
Text

{
"bracketSpacing": true,
"semi": false,
"singleQuote": true,
"trailingComma": "es5",
"plugins": ["@ianvs/prettier-plugin-sort-imports"],
"importOrder": [
"<BUILTIN_MODULES>",
"",
"<THIRD_PARTY_MODULES>",
"",
"^@/(.*)",
"",
"^\\.(.*)"
],
"importOrderParserPlugins": ["typescript", "jsx", "importAssertions"],
"importOrderTypeScriptVersion": "5.0.0"
}