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