chore: enable no autolink markdownlint rule (#42127)
This commit is contained in:
parent
4e70213037
commit
1ef5406c8c
1 changed files with 4 additions and 0 deletions
|
@ -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": {
|
||||
|
|
Loading…
Reference in a new issue