Fix docs linting issues

This commit is contained in:
Pierre-Yves 2023-01-24 16:12:25 +01:00
parent c1fc1de772
commit e0996bd6f2
3 changed files with 4 additions and 2 deletions

View file

@ -281,6 +281,7 @@ async function lintAll({useCache}) {
"**/changelog.md",
"**/migration-*.md",
"**/node_modules/**",
"**/recent-changes.md"
],
nodir: true,
})
@ -309,6 +310,7 @@ if (require.main === module) {
"**/changelog.md",
"**/migration-*.md",
"**/node_modules/**",
"**/recent-changes.md"
],
})
.on("add", lintOne)