Skip to content

Commit 827a4a7

Browse files
committed
fix(rule): resolve export rule
1 parent f7da35f commit 827a4a7

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

src/index.ts

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
import { default as scopePattern } from "./rules/scope-pattern";
22

3-
const plugin = {
4-
rules: {
5-
'scope-pattern': scopePattern
6-
}
7-
}
8-
9-
export default plugin;
3+
export const rules = {
4+
'scope-pattern': scopePattern
5+
};

0 commit comments

Comments
 (0)