22 lines
419 B
JSON
22 lines
419 B
JSON
|
|
{
|
||
|
|
"semi": false,
|
||
|
|
"singleQuote": true,
|
||
|
|
"trailingComma": "all",
|
||
|
|
"printWidth": 100,
|
||
|
|
"tabWidth": 2,
|
||
|
|
"useTabs": false,
|
||
|
|
"arrowParens": "always",
|
||
|
|
"endOfLine": "lf",
|
||
|
|
"vueIndentScriptAndStyle": false,
|
||
|
|
"htmlWhitespaceSensitivity": "ignore",
|
||
|
|
"plugins": ["prettier-plugin-organize-imports"],
|
||
|
|
"overrides": [
|
||
|
|
{
|
||
|
|
"files": "*.md",
|
||
|
|
"options": {
|
||
|
|
"proseWrap": "preserve"
|
||
|
|
}
|
||
|
|
}
|
||
|
|
]
|
||
|
|
}
|