-
-
Notifications
You must be signed in to change notification settings - Fork 69
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
React Native - Warning eslint-import-resolver-typescript has been ignored because it contains invalid configuration #100
Comments
So why |
this is normal when using exports. just add it in node_modules/eslint-import-resolver-typescript/package.json We need to somehow fix package.json exports section. |
|
I know how to do this, I'm just wondering why And PR welcome. |
released as v2.7.1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When using the project in React Native 0.67 and resolver version 2.7, the following error can be observed:
warn Package eslint-import-resolver-typescript has been ignored because it contains invalid configuration. Reason: Package subpath './package.json' is not defined by "exports" in /Code/GitHub/app/node_modules/eslint-import-resolver-typescript/package.json
The text was updated successfully, but these errors were encountered: