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

Removed TSLint recommendation and mentions left #2758

Merged

Conversation

IllusionMH
Copy link
Contributor

@IllusionMH IllusionMH commented May 31, 2021

Fixes #2757

@eamodio did amzaing job in migrating TSLint to ESLint in #2518 and I was a bit suprised when on another PC I've got recommndation to install TSLint extension for this repo.

This PR changes recommended extension from TSLint to ESLint.
Also removes last mentions on TSLint:

  1. one ignore comment (neither @typescript-eslint/no-unused-expressions nor @typescript-eslint/no-unused-expressions handle construstions with new)
  2. tslint.json is no longer in repo

Please let me know if last commit should be removed from PR

P.S. Is it intentional that lint checks are not included in PR builds?

@alexr00 alexr00 added this to the May 2021 milestone Jun 3, 2021
Copy link
Member

@alexr00 alexr00 left a comment

Choose a reason for hiding this comment

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

Thanks for making this update!

@alexr00 alexr00 merged commit 3b67f34 into microsoft:main Jun 3, 2021
@alexr00
Copy link
Member

alexr00 commented Jun 3, 2021

P.S. Is it intentional that lint checks are not included in PR builds?

Probably not intentional. I'll look at adding them.

@IllusionMH IllusionMH deleted the remove-tslint-recommendation-2757 branch June 3, 2021 13:42
@IllusionMH
Copy link
Contributor Author

Thanks!

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.

Do not recommend TSLint extension for this repo
2 participants