We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 311a278 commit aaebdd5Copy full SHA for aaebdd5
src/index.js
@@ -1,5 +1,10 @@
1
import importRule from './rules/import';
2
3
export default {
4
- 'import': importRule
+ rules: {
5
+ 'import': importRule
6
+ },
7
+ rulesConfig: {
8
+ 'import': 1
9
+ }
10
};
0 commit comments