mirror of
https://github.com/DavidAnson/markdownlint-cli2-action.git
synced 2025-03-16 21:56:22 +01: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"
|
||
|
]
|
||
|
}
|