mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-12-16 14:00:13 +01:00
Update .markdownlint.json to set line-length/code_blocks to false and remove unnecessary inline comments to disable/restore.
This commit is contained in:
parent
a5d9f299fe
commit
bbbb63c393
3 changed files with 3 additions and 22 deletions
|
|
@ -10,7 +10,7 @@ assert(/^\d+\.\d+\.\d+$/.test(version));
|
|||
|
||||
function assertConfiguration(config: markdownlint.Configuration) {
|
||||
assert(!!config);
|
||||
assert.deepEqual(config["line-length"], { "strict": true });
|
||||
assert.deepEqual(config["line-length"], { "strict": true, "code_blocks": false });
|
||||
// config assignment is covered by markdownlint.Options
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue