fix: prettier格式化
parent
da982bac7f
commit
806c0edd22
|
@ -0,0 +1,8 @@
|
||||||
|
{
|
||||||
|
"printWidth": 300,
|
||||||
|
"tabWidth": 2,
|
||||||
|
"singleQuote": true,
|
||||||
|
"semi": false,
|
||||||
|
"trailingComma": "none",
|
||||||
|
"arrowParens": "avoid"
|
||||||
|
}
|
Loading…
Reference in New Issue