prettier / eslint-config-prettier

Turns off all rules that are unnecessary or might conflict with Prettier.
MIT License
5.46k stars 255 forks source link

Drop Node 8 support #140

Closed MichaelDeBoey closed 4 years ago

MichaelDeBoey commented 4 years ago

Because it's EOL.

lydell commented 4 years ago

Yeah, we should drop it at some point. I don’t think we need an issue to track this, unless there was something specific this would help you with?

MichaelDeBoey commented 4 years ago

No specific reason except it's EOL.

If you need any help, I'm glad to help out and provide a PR. 🙂

MichaelDeBoey commented 4 years ago

It's probably a good idea to wait for ESLint 7, since that will drop Node 8.

https://github.com/eslint/eslint/releases/tag/v7.0.0-alpha.0 https://github.com/eslint/eslint/pull/12700

lydell commented 4 years ago

Ok, thanks for the info!

I think it makes sense to drop Node.js 8 at the same time as upgrading to ESLint 7 then.