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

Resolve max-params warning in src/lib/controller/index.ts #1698

Open
samayer12 opened this issue Jan 21, 2025 · 0 comments
Open

Resolve max-params warning in src/lib/controller/index.ts #1698

samayer12 opened this issue Jan 21, 2025 · 0 comments

Comments

@samayer12
Copy link
Collaborator

Describe what should be investigated or refactored

ESlint has several warnings for max-params violations across the codebase.

Definition of Done

  • max-params does not flag for src/lib/controller/index.ts.

Additional context

Run the linter with npm format:check

src/lib/controller/index.ts
  42:3  warning  Constructor has too many parameters (5). Maximum allowed is 4  max-params
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: 🆕 New
Development

No branches or pull requests

1 participant