feat: update prettier config

This commit is contained in:
Sebin Nyshkim 2023-04-03 00:28:37 +02:00
parent 3c83d66bf5
commit 44d974a870

View file

@ -1 +1,8 @@
{}
{
"$schema": "https://json.schemastore.org/prettierrc",
"semi": false,
"tabWidth": 2,
"singleQuote": true,
"printWidth": 100,
"trailingComma": "none"
}