Remove override of line-length rule for Rules.md validation.

This commit is contained in:
David Anson 2021-01-31 16:02:49 -08:00
parent 1d042aa3fd
commit d2d4b310b9
2 changed files with 31 additions and 21 deletions

View file

@ -106,7 +106,6 @@ test.cb("projectFilesInlineConfig", (t) => {
const options = {
"files": [ "doc/Rules.md" ],
"config": {
"line-length": { "line_length": 150 },
"no-inline-html": false
}
};