Skip to content

Commit

Permalink
feat(linting): no floating promises (#228)
Browse files Browse the repository at this point in the history
  • Loading branch information
goldcaddy77 committed Oct 30, 2019
1 parent 1b1fc1c commit 677d04c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .eslintrc.js
Expand Up @@ -33,6 +33,7 @@ module.exports = {
}
],
// Turn this off for now, but fix later
'@typescript-eslint/no-explicit-any': 'off'
'@typescript-eslint/no-explicit-any': 'off',
'@typescript-eslint/no-floating-promises': 'error'
}
};

0 comments on commit 677d04c

Please sign in to comment.