Files

22 lines
419 B
JSON
Raw Permalink Normal View History

{
"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"
}
}
]
}