dilanx / craco

Create React App Configuration Override, an easy and comprehensible configuration layer for Create React App.
https://craco.js.org
Apache License 2.0
7.43k stars 499 forks source link

respect the eslint.disable config setting #524

Open woss opened 1 year ago

woss commented 1 year ago

this fixes #281 and probably a few other things.

uguremirmustafa commented 11 months ago

Any update here?

dilanx commented 9 months ago

I don't believe this would fix anything. Trying to disable the eslint plugin when it isn't found would also throw a craco error.

Does removing the eslint section from your craco config resolve the issue?

philsherry commented 6 months ago

@dilanx To answer the above question:

“Does removing the eslint section from your craco config resolve the issue?”

It didn’t for me.

I came looking and searched for all mentions of ESLintWebpackPlugin, only to find a closed Issue and this open PR. I realise this PR is fairly stale now, but I thought I'd at least offer an answer to the question.