-
Notifications
You must be signed in to change notification settings - Fork 38
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
Conversation
@@ -19,7 +19,7 @@ export default async ( | |||
context: IMigrationContext, | |||
repo: IRepo, | |||
phase: string, | |||
showOutput: boolean = true, | |||
showOutput = true, |
There was a problem hiding this comment.
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.
There was a problem hiding this 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.
82fe6e9
to
5cb6e65
Compare
d0d78fa
to
d80fedf
Compare
# [1.10.0](v1.9.4...v1.10.0) (2020-08-14) ### Features * migrate from tslint to eslint. ([#214](#214)) ([866eeae](866eeae))
🎉 This PR is included in version 1.10.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
* feat: migrate from tslint to eslint. * chore: package-lock maintenance.
# [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))
Changes
Notes