feat: update prettier config
This commit is contained in:
parent
3c83d66bf5
commit
44d974a870
1 changed files with 8 additions and 1 deletions
|
@ -1 +1,8 @@
|
||||||
{}
|
{
|
||||||
|
"$schema": "https://json.schemastore.org/prettierrc",
|
||||||
|
"semi": false,
|
||||||
|
"tabWidth": 2,
|
||||||
|
"singleQuote": true,
|
||||||
|
"printWidth": 100,
|
||||||
|
"trailingComma": "none"
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue