scripts/.prettierrc.json

10 lines
199 B
JSON
Raw Permalink Normal View History

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