-
Notifications
You must be signed in to change notification settings - Fork 172
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
Fix eslint-plugin-react versions #5073
Conversation
Try me(building...) |
Job #11127: Bundle Size — 63.29MiB (+0.06%).
Important Bundle introduced 1 duplicate package – View changed duplicate packages Warning Bundle introduced 9 new packages: define-data-property, es-define-property, es-errors and 6 more – View changed packages Bundle metrics
Bundle size by type
View job #11127 report View fix/eslint-version branch activity View project dashboard |
Performance test results: |
Performance test results: |
Performance test results: |
Performance test results: |
Performance test results: |
Performance test results: |
Performance test results: |
Try me(deploying...) |
Try me(deploying...) |
Try me(deploying...) |
Try me(deploying...) |
Try me(deploying...) |
Temporarily closing as Spike |
Problem:
VSCode eslint didn't catch functions in
react/jsx-no-bind
rule, whereas the prettier config did catch them.Fix:
eslint-plugin-react-*
utopia-runtime-eslint
- to fully separate it from our IDE lint config and plugins.This PR also fixes all of the new lint errors from this change.