Skip to content

fix: don't bundle everything into console recorder #2627

fix: don't bundle everything into console recorder

fix: don't bundle everything into console recorder #2627

GitHub Actions / ESLint Report Analysis succeeded Dec 6, 2024 in 1s

ESLint Report Analysis

0 ESLint error(s) and 4 ESLint warning(s) found in pull request changed files.
15 ESLint error(s) and 35 ESLint warning(s) found in files outside of the pull request.

Details

Annotations

Check warning on line 134 in packages/rrweb/src/record/observer.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

packages/rrweb/src/record/observer.ts#L134

[@typescript-eslint/no-non-null-assertion] Forbidden non-null assertion.

Check warning on line 35 in packages/rrweb/src/utils.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

packages/rrweb/src/utils.ts#L35

[tsdoc/syntax] tsdoc-missing-deprecation-message: The @deprecated block must include a deprecation message, e.g. describing the recommended alternative

Check warning on line 119 in packages/rrweb/src/utils.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

packages/rrweb/src/utils.ts#L119

[@typescript-eslint/no-non-null-assertion] Forbidden non-null assertion.

Check warning on line 227 in packages/utils/src/index.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

packages/utils/src/index.ts#L227

[@typescript-eslint/no-explicit-any] Unexpected any. Specify a different type.