-
Notifications
You must be signed in to change notification settings - Fork 31
Package refresh #100
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
Package refresh #100
Conversation
Hello @DonutEspresso @hekike 👋 |
* @type {Function} | ||
*/ | ||
if (opts.hasOwnProperty('toJSON')) { | ||
if (Object.prototype.hasOwnProperty.call(opts, 'toJSON')) { |
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.
Why the conversion to .call
?
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.
It is the autofix of following eslint rule no-prototype-builtins
, that got added into eslint:recommended
config
@retrohacker Thanks for the review. |
@AdrieanKhisbe no need, we use conventional commits so have to squash and merge anyways 😄 Thank you for contributing ❤️ |
@retrohacker Thanks! =) About the refreshception proposal, that was more to ensure to upgrade dependencies were latest if some were updated since the moment I made the Pull Request :) Little question, do when you plan to publish ? :) |
Hello @retrohacker Thanks a lot in advance! :) |
👋 @retrohacker @hekike @DonutEspresso. Some last "draw attention attempt" until summer, so we can have latest Thanks in advance for your time, and really sorry for these messages. |
Hello :)
Here is some upgrade for the package!
Was considering, replacing the Makefile with standard npm scripts.
But I prefered to check first if you're okay with it ? :)
(cc @DonutEspresso @hekike )
If so, tell me. I'll add it to the PR