feat: enable typed ESLint rules (@typescript-eslint/recommended + stylistic) - #105
Merged
cybermax4200 merged 4 commits intoAug 22, 2026
Annotations
11 warnings
|
Complete job
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4, actions/setup-node@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Run npx eslint src/:
src/__tests__/OnboardingScreen.test.tsx#L230
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
|
|
Run npx eslint src/:
src/__tests__/OnboardingScreen.test.tsx#L225
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
|
|
Run npx eslint src/:
src/__tests__/OnboardingScreen.test.tsx#L218
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
|
|
Run npx eslint src/:
src/__tests__/OnboardingScreen.test.tsx#L210
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
|
|
Run npx eslint src/:
src/__tests__/OnboardingScreen.test.tsx#L204
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
|
|
Run npx eslint src/:
src/__tests__/MapScreenPerformance.test.tsx#L195
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
|
|
Run npx eslint src/:
src/__tests__/MapScreenPerformance.test.tsx#L186
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
|
|
Run npx eslint src/:
src/__tests__/MapScreenPerformance.test.tsx#L170
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
|
|
Run npx eslint src/:
src/__tests__/MapScreenPerformance.test.tsx#L155
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
|
|
Run npx eslint src/:
src/__tests__/MapScreenPerformance.test.tsx#L142
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
|
background
wait
wait-all
cancel
parallel
Loading