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

feat(eslint): enable no-nested-ternary and no-unneeded-ternary #1986

Merged
merged 1 commit into from
Jan 10, 2025

Conversation

stephenlago99
Copy link
Collaborator

Context

Enabled some extra eslint rules that will improve the readability and maintenance of our codebase.

Description

Current count of nested ternaries: 285
Current count of unneeded ternaries: 1

@stephenlago99 stephenlago99 self-assigned this Jan 10, 2025
@stephenlago99 stephenlago99 enabled auto-merge (squash) January 10, 2025 10:20
@stephenlago99 stephenlago99 merged commit 0c1d671 into main Jan 10, 2025
8 checks passed
@stephenlago99 stephenlago99 deleted the feat-eslint-no-nested-ternaries branch January 10, 2025 10:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants