Skip to content

Commit

Permalink
fix: add plugin export (#609)
Browse files Browse the repository at this point in the history
## PR Checklist

-   [ ] Addresses an existing open issue: fixes #000
- [ ] That issue was marked as [`status: accepting
prs`](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/issues?q=is%3Aopen+is%3Aissue+label%3A%22status%3A+accepting+prs%22)
- [x] Steps in
[CONTRIBUTING.md](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/blob/main/.github/CONTRIBUTING.md)
were taken

## Overview

I'd like to be able to setup the plugin manually. Why don't you export
it by default?
  • Loading branch information
azat-io authored Nov 6, 2024
1 parent db29104 commit a2c83b4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,5 @@ export const configs = {
rules: recommendedRuleSettings,
},
};

export default plugin;

0 comments on commit a2c83b4

Please sign in to comment.