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-statements warning in src/cli/init/index.ts #1693

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

Resolve max-statements warning in src/cli/init/index.ts #1693

samayer12 opened this issue Jan 21, 2025 · 0 comments

Comments

@samayer12
Copy link
Contributor

samayer12 commented Jan 21, 2025

Describe what should be investigated or refactored

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

Definition of Done

  • The linter does not flag src/cli/init/index.ts for this warning.

Additional context

Run the linter with npm format:check

src/cli/init/index.ts
  50:13  warning  Async arrow function has too many statements (28). Maximum allowed is 20  max-statements
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: 🆕 New
Development

Successfully merging a pull request may close this issue.

1 participant