formatting

This commit is contained in:
Joseph Abbey
2024-01-25 14:28:03 +00:00
parent b54b1d8cae
commit 0849524ea9
2 changed files with 12 additions and 1 deletions

View File

@ -1,2 +1,3 @@
exclude:
- "**/*.md"
- '**/*.md'
- '**/pnpm-lock.yaml'

10
.prettierrc Normal file
View File

@ -0,0 +1,10 @@
{
"tabWidth": 2,
"useTabs": false,
"singleQuote": true,
"bracketSameLine": true,
"arrowParens": "always",
"experimentalTernaries": true,
"semi": true,
"trailingComma": "es5"
}