diff --git a/.vale.ini b/.vale.ini index 716ca704a1..7715281f5d 100644 --- a/.vale.ini +++ b/.vale.ini @@ -13,8 +13,6 @@ mdx = md BasedOnStyles = Vale, Apify, write-good, Microsoft # Ignore URLs, HTML/XML tags, lines with =, emails, curly braces, inline code TokenIgnores = (<\/?[A-Z][^>]*>), ([^\n]+@[^\n]+\.[^\n]), ({[^}]*}) -# Ignore HTML comments and Markdown code blocks -BlockIgnores = (?s) ()|(```.*?```) # Disabling rules (NO) Vale.Spelling = NO