Skip to content

Commit

Permalink
Update eslint.config.js
Browse files Browse the repository at this point in the history
  • Loading branch information
clebert committed Feb 18, 2024
1 parent 15c2588 commit 073c36e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@ export default [
'@typescript-eslint/no-shadow': [`error`, { hoist: `all` }],
'@typescript-eslint/no-unsafe-argument': `off`,
'@typescript-eslint/no-unsafe-assignment': `off`,
'@typescript-eslint/no-unsafe-call': `off`,
'@typescript-eslint/no-unsafe-member-access': `off`,
'@typescript-eslint/no-unsafe-return': `off`,
'@typescript-eslint/no-unused-vars': `off`,
'@typescript-eslint/promise-function-async': `error`,
Expand Down

0 comments on commit 073c36e

Please sign in to comment.