This commit is contained in:
2024-09-09 03:57:19 +02:00
parent d984158282
commit a07df70d8d
2 changed files with 9 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
{
"arrowParens": "avoid",
"bracketSpacing": false,
"printWidth": 120,
"semi": false,
"singleQuote": true,
"trailingComma": "none"
}
+1
View File
@@ -11,6 +11,7 @@
"scripts": {
"test": "bun test"
"fmt": "prettier --config .prettierrc '**/*.ts' --write",
},
"dependencies": {