Skip to content

Commit

Permalink
fix: ignore code blocks
Browse files Browse the repository at this point in the history
  • Loading branch information
bencromwell authored Nov 14, 2024
1 parent db68424 commit 075471c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .vale.ini
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,6 @@ mdx = md
BlockIgnores = (?s) *(<[^>]*>)
BlockIgnores = (?s) *(import.*?\n)
BlockIgnores = (?s) *(export.*?\))
# Do not attempt to lint code, triple-backtick delimited or single backtick delimited
BlockIgnores = ```[a-z]*[\s\S]*?\n```
BlockIgnores = `[a-z]*[\s\S]*?\n`

0 comments on commit 075471c

Please sign in to comment.