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

📎 Implement lint/noImplicitAnyLet #389

Closed
Conaclos opened this issue Sep 22, 2023 · 1 comment · Fixed by #715
Closed

📎 Implement lint/noImplicitAnyLet #389

Conaclos opened this issue Sep 22, 2023 · 1 comment · Fixed by #715
Assignees
Labels
A-Linter Area: linter L-JavaScript Language: JavaScript and super languages S-Help-wanted Status: you're familiar with the code base and want to help the project

Comments

@Conaclos
Copy link
Member

Conaclos commented Sep 22, 2023

Description

See #381 for some context.

The rule should only apply to TypeScript files.
It should report variable declared with var or let without type annotation and without initializer.

Want to contribute? Lets us know you are interested! We will assign you to the issue to prevent several people to work on the same issue. Don't worry, we can unassign you later if you are no longer interested in the issue! Read our contributing guide and analyzer contributing guide.

@Conaclos Conaclos added S-Help-wanted Status: you're familiar with the code base and want to help the project A-Linter Area: linter L-JavaScript Language: JavaScript and super languages labels Sep 22, 2023
@b4s36t4
Copy link
Contributor

b4s36t4 commented Sep 22, 2023

Would love to work on this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-Linter Area: linter L-JavaScript Language: JavaScript and super languages S-Help-wanted Status: you're familiar with the code base and want to help the project
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants