1
1
mirror of https://github.com/tweag/nickel.git synced 2024-09-11 03:35:37 +03:00
nickel/.markdownlint.json
Yann Hamdaoui 66d60a7e61 Enable markdown linting
Add configuration for markdown linting (disabling some rules) and enable
markdown linting in the pre-commit hooks and the checks of the flake.
2022-08-05 11:55:21 +02:00

11 lines
162 B
JSON

{
"default": true,
"MD013": {
"code_blocks": false,
"tables": false
},
"MD024": {
"allow_different_nesting": true
}
}