Skip to content

Commit

Permalink
fix: relax markdown lint
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed May 5, 2023
1 parent 1030642 commit 6503a15
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/eslint-config-basic/index.js
Expand Up @@ -191,6 +191,8 @@ module.exports = {
'@typescript-eslint/no-var-requires': 'off',
'@typescript-eslint/comma-dangle': 'off',
'@typescript-eslint/consistent-type-imports': 'off',
'@typescript-eslint/no-namespace': 'off',
'@typescript-eslint/no-require-imports': 'off',
'import/no-unresolved': 'off',
'unused-imports/no-unused-imports': 'off',
'unused-imports/no-unused-vars': 'off',
Expand Down

0 comments on commit 6503a15

Please sign in to comment.