ESlint 5 have released for a period of time, would you considering add support of it?
Versions:
prettier-eslint version:node version:npm (or yarn) version:Have you followed the debugging tips?
Yes || No
Relevant code or config
What I did:
What happened:
Reproduction repository:
Problem description:
Suggested solution:
I second the thought that prettier-eslint should have listed prettier and eslint as peerDependencies. This, especially since prettier-eslint does not import these dependencies anywhere in its code.
Will accept a pr for this
@pastelsky it does import those dependecies if it can't find prettier or eslint in your project, thats why they are dependencies and not peer dependencies
I'm looking into this today.
Stale issue
Most helpful comment
I second the thought that
prettier-eslintshould have listedprettierandeslintaspeerDependencies. This, especially sinceprettier-eslintdoes not import these dependencies anywhere in its code.