-
Notifications
You must be signed in to change notification settings - Fork 24.3k
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
bump @typescript-eslint and prettier versions in eslint-config #27319
bump @typescript-eslint and prettier versions in eslint-config #27319
Conversation
@matthargett @michalchudziak please publish updated package to npm. Thanks |
For this to be merged we have to upgrade these packages across the rest of the Facebook monorepo. It might be a little while for someone to get to this. |
"eslint-plugin-react": "7.16.0", | ||
"eslint-plugin-react-hooks": "^2.0.1", | ||
"eslint-plugin-react-native": "3.8.1", | ||
"prettier": "1.17.0" | ||
"prettier": "^1.17.0" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
do you think this could be bumped to 1.19.1
for typescript optional chaining support?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
is there any idea to use typescript optional chaining in react native? Sorry to beginner question
@hramos might be able to help with updating these packages |
Seems like this can be closed as #28393 solved the issue. |
Summary
This PR adds eslint 6 support to @react-native-community/eslint-config by bumping old dependencies and changing eslint version requirements.
Changelog
[General] [Changed] - add ESLint 6 support to @react-native-community/eslint-config
Test Plan
Below warnings are gone