Skip to content

Commit

Permalink
fix: lat config fix (#8)
Browse files Browse the repository at this point in the history
* correct documentation for flat recommended configuration

* fix flag config recommended config
  • Loading branch information
DaveMBush authored Nov 30, 2024
1 parent 8b486e9 commit 89e834b
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions packages/eslint-plugin-rxjs/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -104,12 +104,9 @@ const plugin: Linter.Plugin = {
if (plugin.configs) {
Object.assign(plugin.configs, {
recommended: {
plugins: [{
'@smarttools/rxjs': {
meta,
rules,
},
}],
plugins: {
'@smarttools/rxjs': plugin,
},
rules: {
...recommended.rules,
},
Expand Down

0 comments on commit 89e834b

Please sign in to comment.