Skip to content

Commit

Permalink
feat: update deps, add new rule
Browse files Browse the repository at this point in the history
  • Loading branch information
atheck committed Jan 15, 2025
1 parent b3feed6 commit 5fa3807
Show file tree
Hide file tree
Showing 5 changed files with 500 additions and 426 deletions.
1 change: 1 addition & 0 deletions node.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -958,6 +958,7 @@ module.exports = [
"@typescript-eslint/no-meaningless-void-operator": "error",
"@typescript-eslint/no-misused-new": "error",
"@typescript-eslint/no-misused-promises": "error",
"@typescript-eslint/no-misused-spread": "error",
"@typescript-eslint/no-mixed-enums": "off",
"@typescript-eslint/no-namespace": "error",
"@typescript-eslint/no-non-null-asserted-nullish-coalescing": "error",
Expand Down
1 change: 1 addition & 0 deletions nodeWithBiome.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -826,6 +826,7 @@ module.exports = [
"@typescript-eslint/no-meaningless-void-operator": "off",
"@typescript-eslint/no-misused-new": "off",
"@typescript-eslint/no-misused-promises": "error",
"@typescript-eslint/no-misused-spread": "error",
"@typescript-eslint/no-mixed-enums": "off",
"@typescript-eslint/no-namespace": "off",
"@typescript-eslint/no-non-null-asserted-nullish-coalescing": "error",
Expand Down
Loading

0 comments on commit 5fa3807

Please sign in to comment.