mirror of
https://github.com/github/spec-kit.git
synced 2026-01-29 20:22:03 +00:00
27 lines
441 B
JSON
27 lines
441 B
JSON
{
|
|
// https://github.com/DavidAnson/markdownlint/blob/main/doc/Rules.md
|
|
"config": {
|
|
"default": true,
|
|
"MD003": {
|
|
"style": "atx"
|
|
},
|
|
"MD007": {
|
|
"indent": 2
|
|
},
|
|
"MD013": false,
|
|
"MD024": {
|
|
"siblings_only": true
|
|
},
|
|
"MD033": false,
|
|
"MD041": false,
|
|
"MD049": {
|
|
"style": "asterisk"
|
|
},
|
|
"MD050": {
|
|
"style": "asterisk"
|
|
}
|
|
},
|
|
"ignores": [
|
|
".genreleases/"
|
|
]
|
|
} |