Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/dotabod/backend
Browse files Browse the repository at this point in the history
  • Loading branch information
Geczy committed May 17, 2024
2 parents 096c532 + 77bc1a9 commit 166b409
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 1 deletion.
Binary file not shown.
Binary file not shown.
Binary file not shown.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,9 @@
"typescript": "^5.4.5"
},
"lint-staged": {
"*.{js,ts,cjs,mjs,d.cts,d.mts,jsx,tsx,json,jsonc}": ["biome check --files-ignore-unknown=true"]
"*.{js,ts,cjs,mjs,d.cts,d.mts,jsx,tsx,json,jsonc}": [
"biome check --files-ignore-unknown=true"
]
},
"packageManager": "yarn@3.7.0"
}

0 comments on commit 166b409

Please sign in to comment.