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(eslint-plugin): [class-literal-property-style] ignore property assigned in constructor #8412

Merged
merged 2 commits into from
Mar 18, 2024

Update packages/eslint-plugin/src/rules/class-literal-property-style.ts

555aa63
Select commit
Failed to load commit list.
Merged

fix(eslint-plugin): [class-literal-property-style] ignore property assigned in constructor #8412

Update packages/eslint-plugin/src/rules/class-literal-property-style.ts
555aa63
Select commit
Failed to load commit list.
Codecov / codecov/patch succeeded Mar 18, 2024 in 0s

91.22% of diff hit (target 90.00%)

View this Pull Request on Codecov

91.22% of diff hit (target 90.00%)

Annotations

Check warning on line 7 in packages/eslint-plugin/src/util/isAssignee.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

packages/eslint-plugin/src/util/isAssignee.ts#L7

Added line #L7 was not covered by tests

Check warning on line 32 in packages/eslint-plugin/src/util/isAssignee.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

packages/eslint-plugin/src/util/isAssignee.ts#L32

Added line #L32 was not covered by tests