mon-entreprise/.prettierrc

17 lines
297 B
Plaintext
Raw Normal View History

{
"bracketSpacing": true,
"semi": false,
"singleQuote": true,
"importOrder": [
"<BUILTIN_MODULES>",
"",
"<THIRD_PARTY_MODULES>",
"",
"^@/(.*)",
"",
"^\\.(.*)"
],
"importOrderParserPlugins": ["typescript", "jsx", "importAssertions"],
"importOrderTypeScriptVersion": "^4.5.0"
}