mirror of
https://github.com/DavidAnson/markdownlint-cli2-action.git
synced 2026-07-01 23:40:50 +02:00
15 lines
246 B
JSON
15 lines
246 B
JSON
{
|
|
"config": {
|
|
"custom-rule-markdown-it": {
|
|
"error": true
|
|
},
|
|
"custom-rule-micromark": {
|
|
"error": true
|
|
}
|
|
},
|
|
"customRules": [
|
|
"../test/custom-rule-markdown-it.cjs",
|
|
"../test/custom-rule-micromark.cjs"
|
|
]
|
|
}
|