generated from Templates/Baseline
### 📖 Summary - update syntax ### 📑 Test Plan ✅ CI pipeline tests (Default) ### 💬 Details _No response_ ### 📚 Additional Notes _No response_ Reviewed-on: #28
11 lines
234 B
JSON
11 lines
234 B
JSON
{
|
|
"$schema": "https://json.schemastore.org/prettierrc",
|
|
"arrowParens": "always",
|
|
"bracketSpacing": true,
|
|
"printWidth": 116,
|
|
"semi": false,
|
|
"singleQuote": true,
|
|
"trailingComma": "all",
|
|
"vueIndentScriptAndStyle": true
|
|
}
|