Thanks Ben. Good point, I hadn’t thought of that. I went to find the .eslintrc file for that configuration: https://github.com/facebook/create-react-app/blob/next/.eslintrc
It looks to me like it’s the minimal eslint:recommended I mentioned in the post which just a few more options. In that sense, AirBnB Eslint will be much more rigorous than the create-react-app version. Still, that would definitely an excellent choice for projects based on create-react-app.