Open fgregg opened 1 month ago
"eslint-plugin-flowtype": "^8.0.3",
also conflicts with newer version of eslint
as does
"eslint-plugin-react-hooks": "^4.6.2",
An unfortunate side effect of two different cookiecutters. We've already made this move in the Wagtail cookiecutter: https://github.com/datamade/how-to/blob/main/docker/templates/new-wagtail-app/%7B%7B%20cookiecutter.app_name%20%7D%7D/package.json
Actually, NVM.
Safe to remove config-create-react-app, IMO. I would suggest running npm-check-updates
to upgrade and hopefully resolve dependency conflicts: https://www.npmjs.com/package/npm-check-updates
Running docker build on a fresh new-django-app template fails with:
it looks like eslint-config-react-app has not been updated for two years.
eslint-plugin-react is already installed, so i'm not surew what else eslint-config-react-app is doing for us.