Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
We're not quite ready for ESLint 7 because several of our plugins don't support it yet. Fair enough; 6.8.0 is the latest on ESLint 6. Apart from that, I was aware of some specific minimum versions of things we'll need, so I just made those tweaks on that basis: - `prettier-eslint` at 10.1.1 is the minimum that I'm confident has full ESLint 6 support; see my comment there at prettier/prettier-eslint#338 (comment). - `eslint-config-airbnb` at 18.1.0, I'd discovered earlier, has 6.8.0 as a peer dep. I checked to see if 18.1.0 is the latest version, and it is. Otherwise, I just followed the trail of peer dependency warnings until I could run `rm -rf node_modules && yarn` without any warnings. It's likely that this would have given the same outcome for `prettier-eslint` and `eslint-config-airbnb`, but it's not what I did for those.
- Loading branch information