We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6296f8 commit b747d57Copy full SHA for b747d57
1 file changed
.eslintrc.js
@@ -29,6 +29,7 @@ const rules = {
29
'@typescript-eslint/explicit-function-return-type': 'off',
30
'@typescript-eslint/explicit-module-boundary-types': 'off',
31
'@typescript-eslint/prefer-ts-expect-error': 'warn',
32
+ '@typescript-eslint/no-misused-promises': ['error'],
33
'@typescript-eslint/no-floating-promises': ['error', { ignoreVoid: true }],
34
'@typescript-eslint/ban-ts-comment': [
35
'warn',
0 commit comments