ts-template/.prettierrc.json

10 lines
222 B
JSON
Raw Permalink Normal View History

2024-09-13 09:05:35 -04:00
{
"$schema": "https://json.schemastore.org/prettierrc",
"semi": true,
"tabWidth": 4,
"singleQuote": false,
"printWidth": 100,
"trailingComma": "none",
"vueIndentScriptAndStyle": true
}