Skip to content

Commit b5d6949

Browse files
committed
feature: eslint-plugin-putout: export rules
1 parent ed1a618 commit b5d6949

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

packages/eslint-plugin-putout/lib/index.mjs

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,8 @@ export const configs = {
139139
esm,
140140
};
141141

142-
export default {
143-
rules: putout.rules,
144-
configs,
142+
const {rules} = putout;
143+
144+
export {
145+
rules,
145146
};

0 commit comments

Comments
 (0)