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

78 lint use no explicit any lint rule #84

Merged
merged 5 commits into from
Jul 24, 2022

Conversation

singla-shivam
Copy link
Member

@singla-shivam singla-shivam commented Jul 11, 2022

Fixes #78

At most of the places, now, either we are returning variables with unknown type (or functions/functors with unknown or we are consuming unknonws, whenever we are not able to infer the types.

There are some functions which need extra attention-

  1. dissoc Improve types for dissoc #81
  2. lenses [Placeholder] types: improve lens related functionalities #85
  3. complement implementation of complement #86
  4. pipe and compose research: pipe and compose #87
  5. dropWhile dropWhile function skips the error when the functor is a string #88
  6. andThen [Placeholder] types: andThen #89

@singla-shivam singla-shivam linked an issue Jul 11, 2022 that may be closed by this pull request
@singla-shivam singla-shivam marked this pull request as draft July 12, 2022 17:06
@singla-shivam singla-shivam marked this pull request as ready for review July 24, 2022 09:22
@singla-shivam singla-shivam merged commit 68ca75c into master Jul 24, 2022
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.

lint: use no-explicit-any lint rule
1 participant