mirror of
https://github.com/electron/electron.git
synced 2026-01-09 15:38:08 -05:00
chore: enable no autolink markdownlint rule (#42127)
This commit is contained in:
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user