-
Notifications
You must be signed in to change notification settings - Fork 0
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
Update dependencies #3
Conversation
97d3f90
to
18e3024
Compare
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.
Can you update the lint-staged rules to auto-fix the code using the correct formatting tool? (prettier + eslint)
From the fixes in this PR, this is not happening.
cb0bb34
to
902b01c
Compare
@victor-accarini Done! |
902b01c
to
bc03b21
Compare
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.
Just fix @oliveirarleo comments and LGTM
bc03b21
to
f9a4beb
Compare
f9a4beb
to
9d4eebc
Compare
9d4eebc
to
2829f8f
Compare
2829f8f
to
e25930f
Compare
e25930f
to
199ce0d
Compare
lib/parse.ts
Outdated
// we already checked for not undefined, but TS doesn't get it :-( | ||
((customize && customize[key]) as EnvSchemaParserFn<S, K>) || |
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.
I think we can remove this comment and assertion. After updating typescript, this shouldn't occur anymore.
// we already checked for not undefined, but TS doesn't get it :-( | |
((customize && customize[key]) as EnvSchemaParserFn<S, K>) || | |
(customize && customize[key]) || |
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.
Nice!
199ce0d
to
a9f3ffa
Compare
a9f3ffa
to
f8aa8ae
Compare
Update dependencies to latest, fix typing
- Update linter-staged rules to auto-fix the code
f8aa8ae
to
acef2f8
Compare
Description
Related Issues
Part of #2
How to test it
yarn lint
yarn test