mirror of
https://github.com/tweag/nickel.git
synced 2024-11-04 00:03:54 +03:00
66d60a7e61
Add configuration for markdown linting (disabling some rules) and enable markdown linting in the pre-commit hooks and the checks of the flake.
11 lines
162 B
JSON
11 lines
162 B
JSON
{
|
|
"default": true,
|
|
"MD013": {
|
|
"code_blocks": false,
|
|
"tables": false
|
|
},
|
|
"MD024": {
|
|
"allow_different_nesting": true
|
|
}
|
|
}
|