Skip to content

Commit

Permalink
fix: disable @typescript-eslint/no-floating-promises for tests
Browse files Browse the repository at this point in the history
That linter raised false-positives errors
  • Loading branch information
xobotyi committed Nov 21, 2022
1 parent 4dcae8a commit f6c7424
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ module.exports = {
{
files: ['**/__docs__/**', '**/__tests__/**'],
rules: {
'@typescript-eslint/no-floating-promises': 'off',
'@typescript-eslint/no-explicit-any': 'off',
'@typescript-eslint/no-unsafe-assignment': 'off',
'@typescript-eslint/no-unsafe-member-access': 'off',
Expand Down

0 comments on commit f6c7424

Please sign in to comment.