mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-09-22 05:40:48 +02:00
Add proper-names rule to .markdownlint.json, update tests to use that file, fix resulting issues.
This commit is contained in:
parent
062585e281
commit
4affefc68d
4 changed files with 16 additions and 15 deletions
|
@ -11,11 +11,6 @@ assert(/^\d+\.\d+\.\d+$/.test(version));
|
|||
function assertConfiguration(config: markdownlint.Configuration) {
|
||||
assert(!!config);
|
||||
assert.equal(config["line-length"], false);
|
||||
assert.deepEqual(config["no-inline-html"], {
|
||||
"allowed_elements": [
|
||||
"a"
|
||||
]
|
||||
});
|
||||
// config assignment is covered by markdownlint.Options
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue