Skip to content

Commit

Permalink
feat: update deps, add new rules
Browse files Browse the repository at this point in the history
  • Loading branch information
atheck committed Nov 19, 2024
1 parent 5d9d059 commit c51f503
Show file tree
Hide file tree
Showing 4 changed files with 95 additions and 102 deletions.
2 changes: 2 additions & 0 deletions node.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -997,6 +997,7 @@ module.exports = [
"@typescript-eslint/no-unsafe-function-type": "error",
"@typescript-eslint/no-unsafe-member-access": "error",
"@typescript-eslint/no-unsafe-return": "error",
"@typescript-eslint/no-unsafe-type-assertion": "error",
"@typescript-eslint/no-unsafe-unary-minus": "error",
"no-unused-expressions": "off",
"@typescript-eslint/no-unused-expressions": "error",
Expand Down Expand Up @@ -1069,6 +1070,7 @@ module.exports = [
"@typescript-eslint/prefer-return-this-type": "error",
"@typescript-eslint/prefer-string-starts-ends-with": "error",
"@typescript-eslint/promise-function-async": "error",
"@typescript-eslint/related-getter-setter-pairs": "error",
"@typescript-eslint/require-array-sort-compare": "error",
"require-await": "off",
"@typescript-eslint/require-await": "off",
Expand Down
2 changes: 2 additions & 0 deletions nodeWithBiome.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -865,6 +865,7 @@ module.exports = [
"@typescript-eslint/no-unsafe-function-type": "off",
"@typescript-eslint/no-unsafe-member-access": "error",
"@typescript-eslint/no-unsafe-return": "error",
"@typescript-eslint/no-unsafe-type-assertion": "error",
"@typescript-eslint/no-unsafe-unary-minus": "error",
"no-unused-expressions": "off",
"@typescript-eslint/no-unused-expressions": "error",
Expand Down Expand Up @@ -925,6 +926,7 @@ module.exports = [
"@typescript-eslint/prefer-return-this-type": "error",
"@typescript-eslint/prefer-string-starts-ends-with": "error",
"@typescript-eslint/promise-function-async": "error",
"@typescript-eslint/related-getter-setter-pairs": "error",
"@typescript-eslint/require-array-sort-compare": "error",
"require-await": "off",
"@typescript-eslint/require-await": "off",
Expand Down
183 changes: 86 additions & 97 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 c51f503

Please sign in to comment.