Skip to content

Commit

Permalink
fix: Fix Vale false positives
Browse files Browse the repository at this point in the history
  • Loading branch information
Sporiff committed Aug 1, 2023
1 parent 9649365 commit e7f6896
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .vale.ini
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,7 @@ MinAlertLevel = warning # suggestion, warning or error
[*.{mdx}]
# List of styles to load.
BasedOnStyles = Microsoft,Adjust

# Force Vale to treat MDX files as markdown
[formats]
mdx = md

0 comments on commit e7f6896

Please sign in to comment.