Skip to content

chore(rrweb): fix the dist files to properly map to typescript checks #172

chore(rrweb): fix the dist files to properly map to typescript checks

chore(rrweb): fix the dist files to properly map to typescript checks #172

GitHub Actions / ESLint Report Analysis succeeded Oct 28, 2024 in 0s

ESLint Report Analysis

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

Details

Annotations

Check warning on line 560 in packages/rrweb/src/record/index.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

packages/rrweb/src/record/index.ts#L560

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

Check warning on line 578 in packages/rrweb/src/record/index.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

packages/rrweb/src/record/index.ts#L578

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

Check warning on line 15 in packages/rrweb/src/replay/canvas/webgl.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

packages/rrweb/src/replay/canvas/webgl.ts#L15

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

Check warning on line 18 in packages/rrweb/src/replay/canvas/webgl.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

packages/rrweb/src/replay/canvas/webgl.ts#L18

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

Check warning on line 39 in packages/rrweb/src/replay/canvas/webgl.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

packages/rrweb/src/replay/canvas/webgl.ts#L39

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

Check warning on line 78 in packages/rrweb/src/replay/canvas/webgl.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

packages/rrweb/src/replay/canvas/webgl.ts#L78

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

Check warning on line 38 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#L38

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

Check warning on line 122 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#L122

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

Check warning on line 135 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#L135

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