Skip to content

Commit

Permalink
build: Bumped dependencies (#1382)
Browse files Browse the repository at this point in the history
  • Loading branch information
rkaraivanov authored Sep 13, 2024
1 parent 664eb38 commit fa44652
Show file tree
Hide file tree
Showing 6 changed files with 114 additions and 149 deletions.
18 changes: 11 additions & 7 deletions biome.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,21 +28,25 @@
"noForEach": "off",
"noStaticOnlyClass": "off"
},
"correctness": {
"useImportExtensions": {
"options": {
"suggestedExtensions": {
"ts": { "component": "js", "module": "js" }
}
},
"level": "error"
}
},
"style": {
"noNamespace": "error",
"useCollapsedElseIf": "error",
"noNonNullAssertion": "off"
},
"suspicious": {
"noConsoleLog": "error",
"noConsole": "error",
"noDebugger": "error",
"noExplicitAny": "off"
},
"nursery": {
"useImportExtensions": {
"level": "error",
"fix": "none"
}
}
}
}
Expand Down
183 changes: 98 additions & 85 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit fa44652

Please sign in to comment.