We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e6fb26 commit 12b9366Copy full SHA for 12b9366
src/index.ts
@@ -59,3 +59,7 @@ export const configs = {
59
'flat/recommended': configRecommended(plugin),
60
'flat/best-practice': configBestPractice(plugin)
61
};
62
+
63
+plugin.configs = configs;
64
65
+export default plugin;
0 commit comments