Skip to content

Commit fdd647b

Browse files
committed
fix(rulesets): __importDefault undefined
1 parent 9aae15c commit fdd647b

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

packages/rulesets/src/index.ts

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
1-
export { default as oas } from './oas';
2-
export { default as asyncapi } from './asyncapi';
1+
import { default as oas } from './oas';
2+
import { default as asyncapi } from './asyncapi';
3+
4+
export { oas, asyncapi };

0 commit comments

Comments
 (0)