fix: turn off cjs-check in markdown

This commit is contained in:
Anthony Fu 2023-05-21 14:19:11 +02:00
parent 3f2f335e42
commit cdb02c8fa1

View File

@ -202,6 +202,8 @@ module.exports = {
'no-undef': 'off',
'no-unused-expressions': 'off',
'no-unused-vars': 'off',
'antfu/no-cjs-exports': 'off',
'antfu/no-ts-export-equal': 'off',
},
},
],