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

suggestion demo #9

Closed
wants to merge 1 commit into from
Closed

suggestion demo #9

wants to merge 1 commit into from

Conversation

alexeagle
Copy link
Member

No description provided.

@@ -0,0 +1,3 @@
// this is a linting violation
const lint: string = "warning";
Copy link
Member Author

@alexeagle alexeagle Oct 12, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[ESLint] Type string trivially inferred from a string literal, remove type annotation [@typescript-eslint/no-inferrable-types]

Suggested change
const lint: string = "warning";
const lint = "warning";

@alexeagle alexeagle closed this Oct 17, 2023
@alexeagle alexeagle deleted the demo branch October 19, 2023 21:31
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.

1 participant