Skip to content

Commit e74e679

Browse files
committed
Fix docs linting issues
1 parent f6837ca commit e74e679

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lint-docs.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -281,6 +281,7 @@ async function lintAll({useCache}) {
281281
"**/changelog.md",
282282
"**/migration-*.md",
283283
"**/node_modules/**",
284+
"**/recent-changes.md"
284285
],
285286
nodir: true,
286287
})
@@ -309,6 +310,7 @@ if (require.main === module) {
309310
"**/changelog.md",
310311
"**/migration-*.md",
311312
"**/node_modules/**",
313+
"**/recent-changes.md"
312314
],
313315
})
314316
.on("add", lintOne)

0 commit comments

Comments
 (0)