Skip to content

Commit ea307c9

Browse files
committed
fix: put import before require in exports
1 parent b7ce161 commit ea307c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/eslint-config-basic/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,8 +142,8 @@ module.exports = {
142142
pathPattern: '^exports.*$',
143143
order: [
144144
'types',
145-
'require',
146145
'import',
146+
'require',
147147
],
148148
},
149149
],

0 commit comments

Comments
 (0)