Hi,
I'm using create-react-app and getting this message on:
> DISABLE_ESLINT_PLUGIN=true craco start
craco: *** Cannot find ESLint plugin (ESLintWebpackPlugin). ***
when run without DISABLE_ESLINT_PLUGIN=true only craco start it started without the message.
How not to get the message with DISABLE_ESLINT_PLUGIN=true ?