mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-09-21 21:30:47 +02:00
6 lines
142 B
JSON
6 lines
142 B
JSON
{
|
|
"extends": "../.markdownlint.json",
|
|
|
|
// Headings are added by the "build-docs" script (build-rules.mjs)
|
|
"first-line-heading": false
|
|
}
|