0
0
Fork 0
mirror of https://github.com/DavidAnson/markdownlint-cli2-action.git synced 2025-03-16 13:46:24 +01:00
markdownlint-cli2-action/config/custom-rules-fail.markdownlint-cli2.jsonc

14 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"
]
}