blob: fcb9248d6e8010ea8143f909b0f507f4af1c2022 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
{
"tabWidth": 2,
"trailingComma": "all",
"semi": true,
"singleQuote": false,
"importOrder": ["<THIRD_PARTY_MODULES>", "^[./]"],
"importOrderSeparation": true,
"plugins": ["@trivago/prettier-plugin-sort-imports"]
}
|