Created by: chadfawcett
I've run into issues with eslint being the wrong exact version a few times now. Is there a reason fir it being pinned to an exact version?
I have a custom eslint config, so eslint is a peer dependency of my project. Since it's an approximate version, it resolves to 5.8.0
. react-scripts
then throws a warning when I try to run tests.
The react-scripts package provided by Create React App requires a dependency:
"eslint": "5.6.0"