↧
Answer by Hazy for Allow create-react-app to compile with ESLint errors
I was having exactly the same problem after using a Vite for a while and then returning to CRA and installing my usual Airbnb linting tools. I found THIS solution on Github which basically says to add...
View ArticleAllow create-react-app to compile with ESLint errors
I recently added ESLint and prettier with a bunch of configurations to create-react-app.Here are the packages:"eslint-config-airbnb": "^18.2.1","eslint-config-prettier":...
View Article