Skip to content

Commit

Permalink
ci: update eslint.config.mjs
Browse files Browse the repository at this point in the history
set '@typescript-eslint/no-unsafe-call': 0 for test
  • Loading branch information
waitingsong committed May 6, 2024
1 parent ad86683 commit 67ea454
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ const srcRules = {
}
const testRules = {
'@typescript-eslint/no-explicit-any': 0,
'@typescript-eslint/no-unsafe-call': 0,
}

const languageOptions = {
Expand Down

0 comments on commit 67ea454

Please sign in to comment.