From ae80125c0d8013cc2761d898ffd933a33287d034 Mon Sep 17 00:00:00 2001 From: Felix Becker Date: Wed, 1 Apr 2020 14:35:50 +0200 Subject: [PATCH] fix: only warn in tests for rxjs/no-ignored-subscription There is generally smaller risk in tests and we don't have good patterns established. --- .eslintrc.js | 1 + 1 file changed, 1 insertion(+) diff --git a/.eslintrc.js b/.eslintrc.js index 8ab2e776..1d515bc5 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -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', }, }, {