DEV Community

Discussion on: Enable linting in your React App

Collapse
 
shhdharmen profile image
Dharmen Shah

Thanks @booyaa . I would like to add one thing, if we add packages babel-eslint and eslint to their latest version, react-scripts build might give error due to version mismatch. Becuase, react-scripts:2.1.8 needs babel-eslint:9.0.0 and eslint:5.12.0, install those versions.