prettier config update
parent
01cc5ddf7c
commit
951f495f44
|
@ -1,3 +1,6 @@
|
||||||
{
|
{
|
||||||
"trailingComma": "none"
|
"trailingComma": "none",
|
||||||
|
"tabWidth": 2,
|
||||||
|
"semi": true,
|
||||||
|
"singleQuote": false
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue