Skip to content

Commit

Permalink
fix: fix wrong plugin reference
Browse files Browse the repository at this point in the history
  • Loading branch information
AMorgaut authored Aug 21, 2024
1 parent dc4b8e0 commit 56a9dab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eslint-plugin/lib/standalone.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ const plugin = {
plugins: ["@ecocode"], rules,
}
['flat/recommended'] = {
plugins: { '@ecocode': ecocode }, rules,
plugins: { '@ecocode': plugin }, rules,
}
},
};
Expand Down

0 comments on commit 56a9dab

Please sign in to comment.