We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9aae15c commit fdd647bCopy full SHA for fdd647b
packages/rulesets/src/index.ts
@@ -1,2 +1,4 @@
1
-export { default as oas } from './oas';
2
-export { default as asyncapi } from './asyncapi';
+import { default as oas } from './oas';
+import { default as asyncapi } from './asyncapi';
3
+
4
+export { oas, asyncapi };
0 commit comments