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
|
|
}
|