Skip to content

Commit

Permalink
fix: turn off no-lone-blocks in markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Nov 14, 2023
1 parent a5e8134 commit cce69b9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/configs/markdown.ts
Expand Up @@ -41,6 +41,7 @@ export function markdown(options: OptionsComponentExts & OptionsOverrides = {}):
'no-alert': 'off',
'no-console': 'off',
'no-labels': 'off',
'no-lone-blocks': 'off',
'no-restricted-syntax': 'off',
'no-undef': 'off',
'no-unused-expressions': 'off',
Expand Down

0 comments on commit cce69b9

Please sign in to comment.