Skip to content

Commit

Permalink
Add eslint-ignore
Browse files Browse the repository at this point in the history
Signed-off-by: Josh-Cena <sidachen2003@gmail.com>
  • Loading branch information
Josh-Cena committed Jul 22, 2021
1 parent da49a92 commit e61d6ae
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -272,6 +272,7 @@ export const DefaultSidebarItemsGenerator: SidebarItemsGenerator = async functio
}

// async process made sequential on purpose! order matters
// eslint-disable-next-line no-restricted-syntax
for (const doc of docs) {
// eslint-disable-next-line no-await-in-loop
await handleDocItem(doc);
Expand Down

0 comments on commit e61d6ae

Please sign in to comment.