chore: deps

This commit is contained in:
iCrawl
2024-02-06 01:53:30 +01:00
parent 3755e66d41
commit ae57d7facb
47 changed files with 4634 additions and 3664 deletions

View File

@@ -369,7 +369,7 @@ export class Span {
* can make changes to Span.modification for each node.
*/
public forEach(callback: (span: Span) => void): void {
// eslint-disable-next-line n/callback-return, n/no-callback-literal
// eslint-disable-next-line n/callback-return
callback(this);
for (const child of this.children) {
// eslint-disable-next-line unicorn/no-array-for-each