Skip to content

Commit c1829f4

Browse files
committed
fix vale locally
1 parent eea183d commit c1829f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.vale.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Packages = write-good, Microsoft
99
[formats]
1010
mdx = md
1111

12-
[{README.md,CONTRIBUTING.md,sources/**/*.md}]
12+
[*.md]
1313
BasedOnStyles = Vale, Apify, write-good, Microsoft
1414
# Ignore URLs, HTML/XML tags, lines with =, Markdown links, emails, curly braces, inline code
1515
TokenIgnores = (<\/?[A-Z][^>]*>), ([^\n]+=[^\n]*), (\[[^\]]+\]\([^\)]+\)), ([^\n]+@[^\n]+\.[^\n]), ({[^}]*}), `[^`]+`

0 commit comments

Comments
 (0)