Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: lint more js files in docs #16964

Merged
merged 2 commits into from
Mar 6, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
removed unused disable directive
  • Loading branch information
mdjermanovic committed Mar 6, 2023
commit 2b899e53f7e4074baf84c2177e167ba754f569d6
2 changes: 1 addition & 1 deletion tools/fetch-docs-links.js
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ async function fetchLinkMeta(url) {
console.error("Could not fetch data for", url);
console.error(ex.message);
console.error(ex.stack);
process.exit(1); // eslint-disable-line n/no-process-exit -- used in tools
process.exit(1);
}
}
}
Expand Down