mirror of
https://github.com/electron/electron.git
synced 2026-01-07 22:54:25 -05:00
19 lines
313 B
JSON
19 lines
313 B
JSON
{
|
|
"extends": "@electron/lint-roller/configs/markdownlint.json",
|
|
"no-angle-brackets": true,
|
|
"no-curly-braces": true,
|
|
"no-inline-html": {
|
|
"allowed_elements": [
|
|
"br",
|
|
"details",
|
|
"img",
|
|
"li",
|
|
"summary",
|
|
"ul",
|
|
"unknown",
|
|
"Tabs",
|
|
"TabItem",
|
|
]
|
|
}
|
|
}
|