1
0
Fork 0
mirror of https://github.com/betagouv/mon-entreprise synced 2025-02-10 13:55:03 +00:00
mon-entreprise/.prettierrc

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

19 lines
374 B
Text
Raw Normal View History

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