Skip to content

Commit

Permalink
correct documentation for flat recommended configuration (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
DaveMBush authored Nov 30, 2024
1 parent 058bd97 commit 8b486e9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ Or, using the `recommended` configuration:
const rxjs = require('@smarttools/eslint-plugin-rxjs');

module.exports = [
rxjs.configs.recommended,
...rxjs.configs.recommended.rules,
{
files: ['**/*.ts'],
plugins: {
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-plugin-rxjs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ Or, using the `recommended` configuration:
const rxjs = require('@smarttools/eslint-plugin-rxjs');

module.exports = [
rxjs.configs.recommended,
...rxjs.configs.recommended.rules,
{
files: ['**/*.ts'],
plugins: {
Expand Down

0 comments on commit 8b486e9

Please sign in to comment.