Skip to content

Instantly share code, notes, and snippets.

@bmingles
Last active October 12, 2020 20:20
Show Gist options
  • Save bmingles/e376e24072c03170d5e11ac94a59a381 to your computer and use it in GitHub Desktop.
Save bmingles/e376e24072c03170d5e11ac94a59a381 to your computer and use it in GitHub Desktop.
package.json
"resolutions": {
"**/@typescript-eslint/eslint-plugin": "^4.2.0",
"**/@typescript-eslint/parser": "^4.2.0",
"**/eslint-plugin-react-hooks": "^4.1.2"
}
@bmingles
Copy link
Author

Fixes issues with eslint compatibility with TypeScript 4.0+. Specifically tuple types causing a map not founder error.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment