1
0
mirror of https://github.com/spacebarchat/client.git synced 2024-11-22 10:22:30 +01:00

fix prettier config

This commit is contained in:
Puyodead1 2023-08-11 22:05:10 -04:00
parent 398f567bba
commit 063519282a
No known key found for this signature in database
GPG Key ID: A4FA4FEC0DD353FC
2 changed files with 11 additions and 11 deletions

11
.prettierrc Normal file
View File

@ -0,0 +1,11 @@
{
"trailingComma": "all",
"semi": true,
"arrowParens": "always",
"bracketSameLine": false,
"bracketSpacing": true,
"quoteProps": "as-needed",
"useTabs": false,
"singleQuote": false,
"printWidth": 120
}

View File

@ -1,11 +0,0 @@
{
"trailingComma": "all",
"tabWidth": 4,
"semi": true,
"arrowParens": "always",
"bracketSameLine": false,
"bracketSpacing": true,
"quoteProps": "as-needed",
"useTabs": true,
"singleQuote": false
}