add config for code formatter (prettier)
This commit is contained in:
parent
bf52d4b844
commit
420a5ba23a
6
.prettierrc
Normal file
6
.prettierrc
Normal file
@ -0,0 +1,6 @@
|
||||
{
|
||||
"trailingComma": "all",
|
||||
"tabWidth": 2,
|
||||
"semi": true,
|
||||
"singleQuote": false
|
||||
}
|
Loading…
Reference in New Issue
Block a user