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 058bd97 commit 8b486e9Copy full SHA for 8b486e9
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,
+ ...rxjs.configs.recommended.rules,
78
{
79
files: ['**/*.ts'],
80
plugins: {
packages/eslint-plugin-rxjs/README.md
0 commit comments