fix: turn off cjs-check in markdown
This commit is contained in:
parent
3f2f335e42
commit
cdb02c8fa1
@ -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',
|
||||
},
|
||||
},
|
||||
],
|
||||
|
Loading…
Reference in New Issue
Block a user