Last active
October 12, 2020 20:20
-
-
Save bmingles/e376e24072c03170d5e11ac94a59a381 to your computer and use it in GitHub Desktop.
package.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| "resolutions": { | |
| "**/@typescript-eslint/eslint-plugin": "^4.2.0", | |
| "**/@typescript-eslint/parser": "^4.2.0", | |
| "**/eslint-plugin-react-hooks": "^4.1.2" | |
| } |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Fixes issues with eslint compatibility with TypeScript 4.0+. Specifically tuple types causing a
mapnot founder error.