This repository has been archived on 2024-10-29. You can view files and clone it, but cannot push or open issues or pull requests.
api/.markdownlint-cli2.jsonc

11 lines
166 B
Plaintext
Raw Permalink Normal View History

2022-08-23 23:53:07 +02:00
{
"config": {
"default": true,
"MD013": false,
"MD033": false,
"MD041": false
},
"globs": ["**/*.{md,mdx}"],
"ignores": ["**/node_modules"]
}