Skip to content
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

feat: implement new linter rules in preparation for react compiler #961

Conversation

ryanhopperlowe
Copy link
Contributor

  • All code logic should be identical
  • did some swapping out of refs for state vars to improve adherence to the rules of react

Copy link
Contributor

@ivyjeong13 ivyjeong13 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@@ -81,6 +81,7 @@
"eslint-plugin-jsx-a11y": "^6.10.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-react": "^7.36.1",
"eslint-plugin-react-compiler": "19.0.0-beta-201e55d-20241215",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🎉

- All code logic should be identical
- did some swapping out of refs for state vars to improve adherence to the rules of react
@ryanhopperlowe ryanhopperlowe force-pushed the chore/admin/implement-react-compiler-linter-rules branch from 8d9bcba to d5b9e42 Compare December 19, 2024 20:26
@ryanhopperlowe ryanhopperlowe merged commit aa3405d into obot-platform:main Dec 19, 2024
2 checks passed
@ryanhopperlowe ryanhopperlowe deleted the chore/admin/implement-react-compiler-linter-rules branch December 19, 2024 20:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants