Skip to content

Commit cdb02c8

Browse files
committedMay 21, 2023
fix: turn off cjs-check in markdown
1 parent 3f2f335 commit cdb02c8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

‎packages/eslint-config-basic/index.js

+2
Original file line numberDiff line numberDiff line change
@@ -202,6 +202,8 @@ module.exports = {
202202
'no-undef': 'off',
203203
'no-unused-expressions': 'off',
204204
'no-unused-vars': 'off',
205+
'antfu/no-cjs-exports': 'off',
206+
'antfu/no-ts-export-equal': 'off',
205207
},
206208
},
207209
],

0 commit comments

Comments
 (0)
Please sign in to comment.