Skip to content

Commit

Permalink
fix: disable no-extraneous-class in markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
sxzz committed Jul 17, 2023
1 parent 693a486 commit 9a3dfb1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/markdown.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ export const markdown = [
'@typescript-eslint/no-unused-vars': 'off',
'@typescript-eslint/no-use-before-define': 'off',
'@typescript-eslint/no-var-requires': 'off',
'@typescript-eslint/no-extraneous-class': 'off',
'no-alert': 'off',
'no-console': 'off',
'no-restricted-imports': 'off',
Expand Down

0 comments on commit 9a3dfb1

Please sign in to comment.