Skip to content

Commit

Permalink
Merge pull request #30 from krystal/fix/no-code-block-linting
Browse files Browse the repository at this point in the history
fix: ignore code blocks
  • Loading branch information
bencromwell authored Nov 25, 2024
2 parents 00a651b + a54de17 commit aad5f9a
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .vale.ini
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,3 @@ write-good.Passive = NO

[formats]
mdx = md

[*.md]
# These rules exist to allow JSX /HTML in markdown files.
BlockIgnores = (?s) *(<[^>]*>)
BlockIgnores = (?s) *(import.*?\n)
BlockIgnores = (?s) *(export.*?\))

0 comments on commit aad5f9a

Please sign in to comment.