Skip to content

Commit

Permalink
chore(deps): update dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
leon19 committed Mar 9, 2024
1 parent f59cb59 commit 00d4339
Show file tree
Hide file tree
Showing 5 changed files with 1,018 additions and 2,276 deletions.
6 changes: 4 additions & 2 deletions biome.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,13 @@
"style": {
"useShorthandArrayType": "error",
"useNamingConvention": "error",
"useShorthandAssign": "error"
"useShorthandAssign": "error",
"noNonNullAssertion": "off"
},
"suspicious": {
"noConsoleLog": "error",
"noImplicitAnyLet": "error"
"noImplicitAnyLet": "error",
"noExplicitAny": "off"
},
"nursery": {
"noUnusedImports": "error",
Expand Down

0 comments on commit 00d4339

Please sign in to comment.