eslint-plugin-node icon indicating copy to clipboard operation
eslint-plugin-node copied to clipboard

Rule no-process-exit in the recommended rules

Open doberkofler opened this issue 5 years ago • 3 comments

According to the documentation there is a rule node/no-process-exit but in the recommended rules it is named no-process-exit.

doberkofler avatar May 23 '20 06:05 doberkofler

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.

mysticatea avatar Jun 08 '20 09:06 mysticatea

@EnzoMartin any chance you would want to create a PR for your workaround?

thernstig avatar Sep 15 '21 09:09 thernstig

@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!

EnzoMartin avatar Sep 17 '21 13:09 EnzoMartin