Skip to content

Commit 12b9366

Browse files
authored
fix: export a default for now (#146)
ESLint still expects it in some CLI situations.
1 parent 7e6fb26 commit 12b9366

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/index.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,3 +59,7 @@ export const configs = {
5959
'flat/recommended': configRecommended(plugin),
6060
'flat/best-practice': configBestPractice(plugin)
6161
};
62+
63+
plugin.configs = configs;
64+
65+
export default plugin;

0 commit comments

Comments
 (0)