Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
o-az committed Nov 24, 2024
1 parent 2c745cc commit 9f757ab
Show file tree
Hide file tree
Showing 2 changed files with 252 additions and 317 deletions.
8 changes: 7 additions & 1 deletion biome.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,13 @@
"noDefaultExport": "off",
"useBlockStatements": "off",
"useNamingConvention": "off",
"useShorthandArrayType": "off",
"useSelfClosingElements": "off",
"noUnusedTemplateLiteral": "off"
"noUnusedTemplateLiteral": "off",
"useConsistentArrayType": {
"level": "warn",
"options": { "syntax": "generic" }
}
},
"nursery": {
"all": true,
Expand All @@ -52,6 +57,7 @@
"suspicious": {
"noConsole": "off",
"noRedeclare": "off",
"noConsoleLog": "off",
"noExplicitAny": "off",
"noEmptyInterface": "off"
}
Expand Down
Loading

0 comments on commit 9f757ab

Please sign in to comment.