eslint-plugin-mongodb
eslint-plugin-mongodb copied to clipboard
Add a configuration with all rules
Could you add a configuration with all rules turned on (as errors) that could be used like this in .eslintrc.js
?
extends: [
'plugin:mongodb/all',
],
Many plugins have this kind of shared configuration (react
, react-native
, import
, ...).
It would be nice, thanks in advance.
@jay1337 i did a PR to support this. I let @nfroidure doing the review before merging / releasing.
This will be a major update since i migrated the plugin to node > 6.
@SebastienElet thanks a lot !
Hi!
I do not use MongoDB currently so tbh, I don't feel confident on doing a review that would make sense.
I'm open to transfer ownership to anyone willing to maintain it.
Have a nice day.
@nfroidure i'm ok to maintain it then.
Great. You're already a collaborator, do you want me to transfer ownership too?
@nfroidure i'm already able to merge & publish then do the more convenient for you
Any update ?
@jay1337 sorry, i forgot this issue.
Time to merge & release ;-)
@jay1337 i released the v1, still a lot of things to do, but let me know if it works for you !
@SebastienElet perfect ! Thanks a lot !