20 lines
501 B
Plaintext
20 lines
501 B
Plaintext
{
|
|
"trailingComma": "all",
|
|
"tabWidth": 2,
|
|
"useTabs": true,
|
|
"semi": true,
|
|
"singleQuote": true,
|
|
"jsxSingleQuote": false,
|
|
"arrowParens": "avoid",
|
|
"importOrderSeparation": true,
|
|
"importOrderSortSpecifiers": true,
|
|
"importOrderCaseInsensitive": true,
|
|
"importOrderParserPlugin": [
|
|
"classProperties",
|
|
"decorators-legacy",
|
|
"typescript"
|
|
],
|
|
"importOrder": ["<THIRD_PARTY_MODULES>", "^@/(.*)$", "^../(.*)", "^./(.*)"],
|
|
"plugins": ["@trivago/prettier-plugin-sort-imports"]
|
|
}
|