eslint-plugin-node
eslint-plugin-node copied to clipboard
Rule no-process-exit in the recommended rules
According to the documentation there is a rule node/no-process-exit but in the recommended rules it is named no-process-exit.
Yes. Because I had avoided breaking changes at that time. I will merge https://github.com/mysticatea/eslint-plugin-node/pull/211 after ESLint gets supporting Optional Chaining syntax, then I will release a new major version with the new recommended config and new checks for the new syntax.
@EnzoMartin any chance you would want to create a PR for your workaround?
@EnzoMartin any chance you would want to create a PR for your workaround?
That's just my own personal workaround until the rules were updated, I referenced the issue in case it gets solved so I can update my personal package 😊 Appreciate the thought though!