Skip to content

Commit aaebdd5

Browse files
committed
[fixed] exporting of rule
Fixes #1
1 parent 311a278 commit aaebdd5

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

src/index.js

+6-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
import importRule from './rules/import';
22

33
export default {
4-
'import': importRule
4+
rules: {
5+
'import': importRule
6+
},
7+
rulesConfig: {
8+
'import': 1
9+
}
510
};

0 commit comments

Comments
 (0)