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

feat: migrate from tslint to eslint. #214

Merged
merged 2 commits into from
Aug 14, 2020

Conversation

aorinevo
Copy link
Collaborator

@aorinevo aorinevo commented Jul 21, 2020

Changes

Notes

  • Turned off several ts linting rules

@@ -19,7 +19,7 @@ export default async (
context: IMigrationContext,
repo: IRepo,
phase: string,
showOutput: boolean = true,
showOutput = true,
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

This change was made via eslint autofix.

@aorinevo aorinevo requested review from nwalters512 and parshap July 21, 2020 03:12
Copy link
Contributor

@parshap parshap left a comment

Choose a reason for hiding this comment

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

Looks good to me, but wondering if @nwalters512 has any input as he's much more familiar with TS tooling than me.

@aorinevo aorinevo merged commit 866eeae into NerdWalletOSS:master Aug 14, 2020
aorinevo pushed a commit that referenced this pull request Aug 14, 2020
# [1.10.0](v1.9.4...v1.10.0) (2020-08-14)

### Features

* migrate from tslint to eslint. ([#214](#214)) ([866eeae](866eeae))
@aorinevo
Copy link
Collaborator Author

🎉 This PR is included in version 1.10.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

jugaltheshah pushed a commit to jugaltheshah/shepherd that referenced this pull request Jan 21, 2021
* feat: migrate from tslint to eslint.

* chore: package-lock maintenance.
jugaltheshah pushed a commit to jugaltheshah/shepherd that referenced this pull request Jan 21, 2021
# [1.10.0](NerdWalletOSS/shepherd@v1.9.4...v1.10.0) (2020-08-14)

### Features

* migrate from tslint to eslint. ([NerdWalletOSS#214](NerdWalletOSS#214)) ([866eeae](NerdWalletOSS@866eeae))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Migrate tslint to eslint
2 participants