-
-
Notifications
You must be signed in to change notification settings - Fork 120
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
Clean up all @typescript-eslint/no-unsafe-*
linting issues
#619
Comments
@amaurymartiny Hihi, could I take a stab at this? |
yes, please go ahead! Thanks 🙏 |
I'm going through some 1️⃣ // shoot-i-smoke/App/localization/index.ts (line 24 - 27)
i18n.translations = {
en,
'en-US': enUS,
}; ^ not sure how I should handle this 2️⃣ // shoot-i-smoke/e2e/init.ts (line 20)
const config = require('../package.json').detox; ^ this seems ok as recommended by the doc and some googling; should I just flag eslint to ignore this line? 3️⃣ |
Thanks! Yes, you can add some |
I opened a work in progress pull request; feel free to look it over. |
I have started looking at 2️⃣ 3️⃣ |
Thanks for this work @steveny9911 💪 |
anything is left here to be done by someone else (me) ? |
I didn't hear back from @steveny9911, so I think you can go for it @BatDroid! The items |
I'm new here. when i try to run the project on ios, it loads and when it reaches to 100% it crashes the whole expo app without any proper report in flipper. |
I turned off these 3 rules:
because there were too many instances in the codebase. It would be nice to clean them up.
The text was updated successfully, but these errors were encountered: