Skip to content

Commit

Permalink
fix: only warn in tests for rxjs/no-ignored-subscription
Browse files Browse the repository at this point in the history
There is generally smaller risk in tests and we don't have good patterns established.
  • Loading branch information
felixfbecker committed Apr 1, 2020
1 parent af296ed commit ae80125
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 @@ -305,6 +305,7 @@ module.exports = {
'react/jsx-no-bind': 'off',
'@typescript-eslint/explicit-function-return-type': 'off',
'react/button-has-type': 'off',
'rxjs/no-ignored-subscription': 'warn',
},
},
{
Expand Down

0 comments on commit ae80125

Please sign in to comment.