We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89e834b commit edb6ebdCopy full SHA for edb6ebd
README.md
@@ -74,7 +74,7 @@ Or, using the `recommended` configuration:
74
const rxjs = require('@smarttools/eslint-plugin-rxjs');
75
76
module.exports = [
77
- ...rxjs.configs.recommended.rules,
+ rxjs.configs.recommended,
78
{
79
files: ['**/*.ts'],
80
plugins: {
packages/eslint-plugin-rxjs/README.md
0 commit comments