Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
deps: Upgrade ESLint-related deps to their latest.
Done with ``` yarn upgrade --latest $(tools/test deps | grep eslint) ``` which was easier than 01593b3. One thing we neglected to mention in 01593b3, which still applies here, is that the version of ESLint used by `prettier-eslint-cli` is still 5, and it's unclear when (or if) that'll change [1], which is unfortunate. [1] prettier/prettier-eslint-cli#304
- Loading branch information