Skip to content

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

fix: don't bundle everything into console recorder

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

GitHub Actions / ESLint Report Analysis succeeded Nov 3, 2024 in 0s

ESLint Report Analysis

0 ESLint error(s) and 4 ESLint warning(s) found in pull request changed files.
15 ESLint error(s) and 34 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 34 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#L34

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

Check warning on line 118 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#L118

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

Check warning on line 210 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#L210

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