-
Notifications
You must be signed in to change notification settings - Fork 41
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
Update react/require-extension rule #9861
Labels
repository:addons-frontend
Issue relating to addons-frontend
Comments
That's not in our code-base, probably we're seeing that via the airbnb rules so this will depend on an upstream update. |
Blocked by airbnb/javascript#978 |
Aha, good point. I was gonna see about a simple upstream patch until I saw the amount of things that need changing, we'll just wait on this I guess 😄 |
|
KevinMind
added
repository:addons-frontend
Issue relating to addons-frontend
migration:2024
labels
May 5, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Running
npm run lint
outputs the deprecation warning:The react/require-extension rule is deprecated. Please use the import/extensions rule from eslint-plugin-import instead.
We should upgrade to get rid of that warning.
The text was updated successfully, but these errors were encountered: