arackaf / customize-cra

Override webpack configurations for create-react-app 2.0

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

disableEslint doesn't seem to have effect on react-scripts@4

layerssss opened this issue · comments

Hi team,

After upgrading to react-scripts@4 (from 3.x), disableEslint seems to no longer having any effects. Both the react-app-rewired start process and browser console start to throw eslint warnings and errors. I'm not sure whether this should be a customize-cra or react-app-rewired issue though, so trying open it here first.

I have made a minimum example to reproduce this: https://github.com/layerssss/cra4-customize-issue

Expect result: the yarn start process and browser console should NOT have the no-unused-vars warning
Actual: the warning is present.

commented

This is fixed in #278.