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

Enable noImplicitAny and @typescript-eslint/no-explicit-any #376

Merged
merged 1 commit into from
Oct 5, 2022

Conversation

alse
Copy link
Contributor

@alse alse commented Oct 4, 2022

This increases visibility into where we need to add typing


For contributor use:

  • Targeted PR against correct branch (see CONTRIBUTING.md)
  • Linked to Github issue with discussion and accepted design OR link to spec that describes this work.
  • Code follows the standards mentioned here.
  • Updated relevant documentation
  • Re-reviewed Files changed in the Github PR explorer
  • Added appropriate labels

This increases visibility into where we need to add typing
@alse alse requested review from sideninja and MrDSGC as code owners October 4, 2022 22:10
@vercel
Copy link

vercel bot commented Oct 4, 2022

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated
flow-playground ✅ Ready (Inspect) Visit Preview Oct 4, 2022 at 10:12PM (UTC)

@vercel vercel bot temporarily deployed to Preview October 4, 2022 22:12 Inactive
Copy link
Contributor

@MrDSGC MrDSGC left a comment

Choose a reason for hiding this comment

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

lgtm

@@ -166,7 +166,7 @@ export class CadenceLanguageServer {
};
}

updateCodeGetter(newMethod) {
updateCodeGetter(newMethod: (address: string) => string | undefined) {
Copy link
Contributor

Choose a reason for hiding this comment

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

seeing the type get duplicated doesnt feel great but not a blocker

@alse alse merged commit d892ee8 into staging Oct 5, 2022
@alse alse deleted the as/ts-improvements branch October 5, 2022 16:38
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