mirror of
https://github.com/DavidAnson/markdownlint-cli2-action.git
synced 2025-03-16 13:46:24 +01:00
14 lines
246 B
JSON
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"
|
|
]
|
|
}
|