Skip to content

Commit

Permalink
Merge pull request redux-observable#747 from eltiodelsofa/master
Browse files Browse the repository at this point in the history
feat(rxjs7): add rxjs 7 compatibility
  • Loading branch information
evertbouw authored May 5, 2021
2 parents 3b05e1f + 52cb3f0 commit 6a6518c
Show file tree
Hide file tree
Showing 6 changed files with 1,121 additions and 5,809 deletions.
5 changes: 5 additions & 0 deletions .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -257,6 +257,11 @@
"@typescript-eslint/unbound-method": "off",
"@typescript-eslint/ban-ts-ignore": "off",
"@typescript-eslint/no-empty-function": "off",
"@typescript-eslint/no-unsafe-assignment": "off",
"@typescript-eslint/no-unsafe-call": "off",
"@typescript-eslint/no-unsafe-member-access": "off",
"@typescript-eslint/no-unsafe-return": "off",
"@typescript-eslint/restrict-plus-operands": "off",
// disallow unused variables/imports
"@typescript-eslint/no-unused-vars": [2, {
"vars": "all",
Expand Down
Loading

0 comments on commit 6a6518c

Please sign in to comment.