chore: enable no autolink markdownlint rule (#42127)

This commit is contained in:
David Sanders 2024-05-14 13:32:52 -07:00 committed by GitHub
parent 4e70213037
commit 1ef5406c8c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,5 +1,9 @@
{
"extends": "@electron/lint-roller/configs/markdownlint.json",
"link-image-style": {
"autolink": false,
"shortcut": false
},
"no-angle-brackets": true,
"no-curly-braces": true,
"no-inline-html": {