Skip to content

Commit

Permalink
feat: add rule @typescript-eslint/no-floating-promises (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
nytamin authored Feb 19, 2021
1 parent 3ab36ce commit eec181a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions eslint/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ module.exports = {
'@typescript-eslint/no-unused-vars': ['error', { argsIgnorePattern: '^_' }],
'node/no-unsupported-features/es-syntax': ['error', { ignores: ['modules'] }],
'no-use-before-define': 'off',
'@typescript-eslint/no-floating-promises': 'error',
},
},
{
Expand Down

0 comments on commit eec181a

Please sign in to comment.