fix: prioritize require (#98)

This commit is contained in:
QiroNT
2022-05-29 15:53:45 +08:00
committed by GitHub
parent b8fe7fe4e7
commit f1b9dc396b

View File

@@ -124,8 +124,8 @@ module.exports = {
pathPattern: '^exports.*$',
order: [
'types',
'import',
'require',
'import',
],
},
],