mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-12-16 22:10:13 +01:00
Remove override of line-length rule for Rules.md validation.
This commit is contained in:
parent
1d042aa3fd
commit
d2d4b310b9
2 changed files with 31 additions and 21 deletions
|
|
@ -106,7 +106,6 @@ test.cb("projectFilesInlineConfig", (t) => {
|
|||
const options = {
|
||||
"files": [ "doc/Rules.md" ],
|
||||
"config": {
|
||||
"line-length": { "line_length": 150 },
|
||||
"no-inline-html": false
|
||||
}
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue