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

Enable ESLint Generic Array Rule for Consistent Array Handling #2234

Merged
merged 1 commit into from
Jan 3, 2025

Conversation

PooyaRaki
Copy link
Contributor

Summary

This PR introduces and enforces the ESLint rule Generic Array across the codebase. The rule is designed to ensure a consistent approach to formatting and handling arrays, improving readability and maintaining uniform coding standards.

Changes

  • Enabled the generic array in the ESLint configuration file
  • Auto-fixed arrays across the codebase to conform to the new rule.

@PooyaRaki PooyaRaki marked this pull request as ready for review January 3, 2025 13:49
@PooyaRaki PooyaRaki requested a review from a team as a code owner January 3, 2025 13:49
@PooyaRaki PooyaRaki merged commit 0997223 into main Jan 3, 2025
20 checks passed
@PooyaRaki PooyaRaki deleted the eslintArray branch January 3, 2025 15:32
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.

2 participants