Skip to content

Commit

Permalink
fix: turn off cjs-check in markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed May 21, 2023
1 parent 3f2f335 commit cdb02c8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/eslint-config-basic/index.js
Expand Up @@ -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',
},
},
],
Expand Down

0 comments on commit cdb02c8

Please sign in to comment.