Periodic Review of Recommended Modules
We want to start reviewing our current list:
- still make sense ?
- add any ?
- remove any ?
https://github.com/nodeshift/nodejs-reference-architecture/blob/main/npcheck.json
Should we add jose for jwt etc?
node-fetch should be replaced by undici. Maybe axios too?
Axios looks like is already there. We can add undici but I think just removing node-fetch should be enough, people can simply use the built-in fetch anyway.
As for jose, big +1 from me.
Since eslint is already there, I'd add prettier as well, considering these two go hand-in-hand as industry standards at this point.
Since eslint is already there, I'd add prettier as well, considering these two go hand-in-hand as industry standards at this point.
Also ICYMI eslint has decided to deprecate formatting rules: https://eslint.org/blog/2023/10/deprecating-formatting-rules/
Good call!