Skip to content

Commit

Permalink
Add a generic bad-spelling rule
Browse files Browse the repository at this point in the history
  • Loading branch information
OnkarRuikar committed Jan 16, 2023
1 parent c42bbe2 commit f4cb050
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .markdownlint-cli2.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,13 @@
"search": "](https://developer.mozilla.org/",
"replace": "](/",
"skipCode": true
},
{
"name": "bad-spelling",
"message": "Incorrect spelling",
"searchPattern": ["/e-mail/ig"],
"replace": ["email"],
"skipCode": false
}
]
}
Expand Down

0 comments on commit f4cb050

Please sign in to comment.