chore: update prettier config

This commit is contained in:
AJ ONeal
2023-10-11 23:19:48 +00:00
parent 55a5280057
commit 22e35e612e
2 changed files with 10 additions and 3 deletions

4
.prettierignore Normal file
View File

@@ -0,0 +1,4 @@
node_modules
jsconfig.json
package.json
package-lock.json

View File

@@ -1,6 +1,9 @@
{
"trailingComma": "all",
"tabWidth": 2,
"bracketSpacing": true,
"printWidth": 80,
"proseWrap": "always",
"singleQuote": true,
"proseWrap": "always"
"tabWidth": 2,
"trailingComma": "all",
"semi": true
}