添加: Prettier配置
This commit is contained in:
parent
4b0e40d842
commit
443fe082c7
6
.prettierrc
Normal file
6
.prettierrc
Normal file
@ -0,0 +1,6 @@
|
||||
{
|
||||
"semi": true,
|
||||
"singleQuote": true,
|
||||
"tabWidth": 2,
|
||||
"trailingComma": "es5"
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user