changed prettier config filename and added options

This commit is contained in:
Jordan Violet
2022-11-27 23:42:58 -05:00
parent 86e3bc602b
commit c8ffc21374
2 changed files with 9 additions and 1 deletions

9
.prettierrc Normal file
View File

@@ -0,0 +1,9 @@
{
"arrowParens": "always",
"bracketSpacing": false,
"bracketSameLine": true,
"printWidth": 80,
"proseWrap": "never",
"singleQuote": true,
"trailingComma": "all"
}

View File

@@ -1 +0,0 @@
{}