-
Notifications
You must be signed in to change notification settings - Fork 88
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
[chore] Enable more eslint rules to match other expo repos #2508
[chore] Enable more eslint rules to match other expo repos #2508
Conversation
This stack of pull requests is managed by Graphite. Learn more about stacking. Join @wschurman and the rest of your teammates on Graphite |
753acaa
to
b340384
Compare
413b5ce
to
8e6d802
Compare
Size Change: -1.81 kB (0%) Total Size: 51.1 MB
|
Merge activity
|
8e6d802
to
e3e1b9e
Compare
❌ It looks like a changelog entry is missing for this PR. You have two options: you can add it manually, or you can use the changelog bot to do it for you. |
Why
This enables the "return await" lint rule, which is useful for catching bugs that surround an unawaited promise with a try/catch.
How
Enable the rule, manually audit and fix the lint issues.
Test Plan
yarn lint