add fmt
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"arrowParens": "avoid",
|
||||
"bracketSpacing": false,
|
||||
"printWidth": 120,
|
||||
"semi": false,
|
||||
"singleQuote": true,
|
||||
"trailingComma": "none"
|
||||
}
|
||||
@@ -11,6 +11,7 @@
|
||||
|
||||
"scripts": {
|
||||
"test": "bun test"
|
||||
"fmt": "prettier --config .prettierrc '**/*.ts' --write",
|
||||
},
|
||||
|
||||
"dependencies": {
|
||||
|
||||
Reference in New Issue
Block a user