Skip to content

Commit afc2eba

Browse files
committed
chore 🧹(lint): implement ignore emails using markdown link (#59)
Signed-off-by: Luis Mayta <luis@hadenlabs.com>
1 parent 7a035f0 commit afc2eba

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

‎.ci/linters/markdown-link-config.json

+3
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
"ignorePatterns": [
44
{
55
"pattern": "^https://hadenlabs.com"
6+
},
7+
{
8+
"pattern": "^mailto:.*@hadenlabs\\.com"
69
}
710
],
811
"replacementPatterns": [

0 commit comments

Comments
 (0)