Skip to content

Commit

Permalink
fix: put import before require in exports
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Aug 1, 2023
1 parent b7ce161 commit ea307c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/eslint-config-basic/index.js
Expand Up @@ -142,8 +142,8 @@ module.exports = {
pathPattern: '^exports.*$',
order: [
'types',
'require',
'import',
'require',
],
},
],
Expand Down

0 comments on commit ea307c9

Please sign in to comment.