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

Use eslint for linting typescript #4

Merged
merged 2 commits into from
Aug 1, 2019
Merged

Conversation

GHaberis
Copy link
Contributor

@GHaberis GHaberis commented Aug 1, 2019

This Pull Request switches over from tslint to eslint for typescript. We're doing this as the Tyepscript roadmap for 2019 microsoft/TypeScript#29288 recommended transitioning to ESLint. the TypeScript team explain thateslint has a more performant architecture than tslint and that they will only be focusing on eslint when providing editor linting integration for TypeScript. As a result tslint is being deprecated.

I've also updated our yarn lint rule to yarn validate as I've inserted the command tsc --noEmit which errors on Typescript errors, something lint'ing doesn't do.

@GHaberis GHaberis requested a review from ripecosta August 1, 2019 11:19
Copy link
Contributor

@ripecosta ripecosta left a comment

Choose a reason for hiding this comment

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

👍

@GHaberis GHaberis merged commit 5d84b82 into master Aug 1, 2019
@GHaberis GHaberis deleted the gh-switch-to-eslint branch August 2, 2019 10:46
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.

2 participants