Skip to content

Commit

Permalink
Add a lint rule for e-mail
Browse files Browse the repository at this point in the history
  • Loading branch information
OnkarRuikar authored Dec 23, 2022
1 parent a040f3b commit 9f097f7
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .markdownlint-cli2.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,14 @@
"search": "](https://developer.mozilla.org/",
"replace": "](/",
"skipCode": true
}
},
{
"name": "spelling-email",
"message": "Use 'email'",
"search": "e-mail",
"replace": "email",
"skipCode": false
}
]
}
},
Expand Down

0 comments on commit 9f097f7

Please sign in to comment.