forked from opentiny/tiny-vue
23 lines
431 B
Plaintext
23 lines
431 B
Plaintext
{
|
|
"semi": false,
|
|
"singleQuote": true,
|
|
"printWidth": 120,
|
|
"trailingComma": "none",
|
|
"quoteProps": "preserve",
|
|
"endOfLine": "auto",
|
|
"bracketSpacing": true,
|
|
"jsxBracketSameLine": true,
|
|
"jsxSingleQuote": false,
|
|
"useTabs": false,
|
|
"tabWidth": 2,
|
|
"proseWrap": "preserve",
|
|
"arrowParens": "always",
|
|
"overrides": [
|
|
{
|
|
"files": ".prettierrc",
|
|
"options": {
|
|
"parser": "json"
|
|
}
|
|
}
|
|
]
|
|
} |