mirror of
https://github.com/sunniejs/vue-h5-template.git
synced 2025-04-06 03:57:50 +08:00
20 lines
435 B
Plaintext
20 lines
435 B
Plaintext
{
|
|
"printWidth": 120,
|
|
"tabWidth": 2,
|
|
"singleQuote": true,
|
|
"trailingComma": "none",
|
|
"semi": false,
|
|
"wrap_line_length": 120,
|
|
"wrap_attributes": "auto",
|
|
"proseWrap": "always",
|
|
"arrowParens": "avoid",
|
|
"bracketSpacing": false,
|
|
"jsxBracketSameLine": true,
|
|
"useTabs": false,
|
|
"overrides": [{
|
|
"files": ".prettierrc",
|
|
"options": {
|
|
"parser": "json"
|
|
}
|
|
}]
|
|
} |