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