Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Set style properties directly in mutation #211

Draft
wants to merge 3 commits into
base: sentry-v2
Choose a base branch
from

fix: set style properties directly

50b1309
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Draft

fix: Set style properties directly in mutation #211

fix: set style properties directly
50b1309
Select commit
Loading
Failed to load commit list.
GitHub Actions / ESLint Report Analysis succeeded Aug 7, 2024 in 1s

ESLint Report Analysis

0 ESLint error(s) and 5 ESLint warning(s) found in pull request changed files.
2 ESLint error(s) and 54 ESLint warning(s) found in files outside of the pull request.

Details

Annotations

Check warning on line 369 in packages/rrweb/src/record/mutation.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

packages/rrweb/src/record/mutation.ts#L369

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

Check warning on line 375 in packages/rrweb/src/record/mutation.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

packages/rrweb/src/record/mutation.ts#L375

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

Check warning on line 37 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#L37

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

Check warning on line 121 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#L121

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

Check warning on line 134 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#L134

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