Skip to content

Commit

Permalink
Mitigate linting errors
Browse files Browse the repository at this point in the history
  • Loading branch information
muodov committed Jan 8, 2025
1 parent 353ba15 commit d805d79
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 11 deletions.
1 change: 1 addition & 0 deletions crawlerConductor.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ async function crawlAndSaveData(urlString, dataCollectors, log, filterOutFirstPa
*/
const prefixedLog = (...msg) => log(chalk.gray(`${url.hostname}:`), ...msg);

// @ts-expect-error - outdated node types
const data = await crawl(url, {
log: prefixedLog,
// @ts-ignore
Expand Down
23 changes: 13 additions & 10 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"mocha": "^10.0.0",
"mockery": "^2.1.0",
"pre-push": "^0.1.1",
"typescript": "^4.6.4"
"typescript": "^5.7.3"
},
"dependencies": {
"@duckduckgo/autoconsent": "^12.4.0",
Expand Down

0 comments on commit d805d79

Please sign in to comment.