style: 🎨 更新 prettier 配置文件
This commit is contained in:
parent
94c0feec43
commit
0660b323a5
@ -2,11 +2,11 @@
|
|||||||
"singleQuote": true,
|
"singleQuote": true,
|
||||||
"semi": false,
|
"semi": false,
|
||||||
"printWidth": 100,
|
"printWidth": 100,
|
||||||
"trailingComma": "es5",
|
"trailingComma": "all",
|
||||||
"endOfLine": "auto",
|
"endOfLine": "auto",
|
||||||
"tabWidth": 2,
|
"tabWidth": 2,
|
||||||
"useTabs": false,
|
"useTabs": false,
|
||||||
"quoteProps": "as-needed",
|
"quoteProps": "as-needed",
|
||||||
"arrowParens": "avoid",
|
"bracketSpacing": true,
|
||||||
"bracketSpacing": true
|
"arrowParens": "always"
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user