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', }, }, {