Skip to content

Commit 6503a15

Browse files
committedMay 5, 2023
fix: relax markdown lint
1 parent 1030642 commit 6503a15

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
@@ -191,6 +191,8 @@ module.exports = {
191191
'@typescript-eslint/no-var-requires': 'off',
192192
'@typescript-eslint/comma-dangle': 'off',
193193
'@typescript-eslint/consistent-type-imports': 'off',
194+
'@typescript-eslint/no-namespace': 'off',
195+
'@typescript-eslint/no-require-imports': 'off',
194196
'import/no-unresolved': 'off',
195197
'unused-imports/no-unused-imports': 'off',
196198
'unused-imports/no-unused-vars': 'off',

0 commit comments

Comments
 (0)
Please sign in to comment.