Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Running `npm install` in the repository with Node.js 15 currently requires the `--legacy-peer-deps` requirement because npm is resolving `eslint-plugin-eslint-plugin`'s `eslint` peer dependency version as `undefined`. We can figure out later if that's an issue on our end or npm's, but in the meantime this will let us run CI on Node.js 15. I'm hoping this is a temporary situation so didn't update the contributing documentation to mention the flag.
- Loading branch information