Fix docs linting issues
This commit is contained in:
parent
c1fc1de772
commit
e0996bd6f2
3 changed files with 4 additions and 2 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue