Skip to content

Commit

Permalink
fix: exported / referenced plugin same instance (#380)
Browse files Browse the repository at this point in the history
  • Loading branch information
voxpelli authored Nov 7, 2024
1 parent 6e08c9a commit 3c45b67
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions lib/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,4 @@ const configs = {
}

/** @type {ESLint.Plugin & { configs: Configs }} */
module.exports = {
meta: base.meta,
rules: base.rules,
configs: configs,
}
module.exports = Object.assign(base, { configs })

0 comments on commit 3c45b67

Please sign in to comment.