Skip to content

Commit

Permalink
fix: import lint error on markdown file
Browse files Browse the repository at this point in the history
  • Loading branch information
hannoeru committed Dec 12, 2022
1 parent 7ccb136 commit 4eec313
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/eslint-plugin/src/configs/markdown.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ export default defineConfig({
'no-unused-expressions': 'off',
'react/jsx-no-undef': 'off',
'import/no-unresolved': 'off',
'import/namespace': 'off',
'import/default': 'off',
'import/no-named-as-default': 'off',
'@typescript-eslint/no-redeclare': 'off',
'@typescript-eslint/no-unused-vars': 'off',
'@typescript-eslint/no-use-before-define': 'off',
Expand Down

0 comments on commit 4eec313

Please sign in to comment.