You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Would it be possible to update the package so it take @typescript-eslint/eslint-plugin and @typescript-eslint/parser version 6 and also handle Prettier version 3.
The text was updated successfully, but these errors were encountered:
I just forked the repo to adapt it to my own needs by updating the following libs: @typescript-eslint/eslint-plugin, @typescript-eslint/parser, and prettier (v3). I made this change because I use this setup for all my Node.js projects, and starting yesterday, I was completely blocked during the Expo SDK 52 update due to an error in the ESLint configuration caused by a conflict between Expo's TypeScript parser and the one used here.
This one-line install for Airbnb, TypeScript, and Prettier is perfect and greatly simplifies the ESLint configuration and the dependencies in a project's package.json. I don't want to go back to a "manual" three-package setup.
Currently is not possible to upgrade eslint-plugin-react-hooks to v5 and eslint to v9 due to conflict in package required by eslint-config-airbnb 19.0.4 (latest)
I have no issue making my repo private for personal use if the maintainer prefers to update this package directly. I can make a pull request if quick approved to use in project.
Would it be possible to update the package so it take @typescript-eslint/eslint-plugin and @typescript-eslint/parser version 6 and also handle Prettier version 3.
The text was updated successfully, but these errors were encountered: