29 lines
796 B
JSON
29 lines
796 B
JSON
{
|
|
"arrowParens": "avoid",
|
|
"bracketSameLine": false,
|
|
"bracketSpacing": true,
|
|
"embeddedLanguageFormatting": "auto",
|
|
"htmlWhitespaceSensitivity": "css",
|
|
"insertPragma": false,
|
|
"jsxSingleQuote": true,
|
|
"printWidth": 80,
|
|
"proseWrap": "preserve",
|
|
"quoteProps": "consistent",
|
|
"requirePragma": false,
|
|
"semi": false,
|
|
"singleAttributePerLine": false,
|
|
"singleQuote": true,
|
|
"trailingComma": "es5",
|
|
"useTabs": false,
|
|
"vueIndentScriptAndStyle": false,
|
|
"tabWidth": 4,
|
|
"importOrderSeparation": true,
|
|
"importOrderSortSpecifiers": true,
|
|
"importOrder": [
|
|
"^@/api/(.*)$",
|
|
"^@/components/elements/(.*)$",
|
|
"^@/components/(.*)$",
|
|
"^[./]"
|
|
],
|
|
"plugins": ["@trivago/prettier-plugin-sort-imports"]
|
|
}
|