chore(deps-dev): bump @callstack/eslint-config from 13.0.2 to 14.1.0 #790
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
main.yml
on: pull_request
Install and Cache deps
51s
Test Website
1m 5s
Annotations
10 errors
Lint:
src/__tests__/act.test.tsx#L44
Async arrow function has no 'await' expression
|
Lint:
src/__tests__/act.test.tsx#L55
Async arrow function has no 'await' expression
|
Lint:
src/__tests__/render-hook.test.tsx#L48
Async arrow function has no 'await' expression
|
Lint:
src/__tests__/timer-utils.ts#L3
Async function 'sleep' has no 'await' expression
|
Lint:
src/__tests__/wait-for-element-to-be-removed.test.tsx#L8
Async arrow function has no 'await' expression
|
Lint:
src/__tests__/wait-for.test.tsx#L285
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
|
Lint:
src/fire-event.ts#L91
Prefer using an optional chain expression instead, as it's more concise and easier to read
|
Lint:
src/fire-event.ts#L144
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
|
Lint:
src/helpers/__tests__/timers.test.ts#L3
Async arrow function has no 'await' expression
|
Lint:
src/index.ts#L5
Prefer using an optional chain expression instead, as it's more concise and easier to read
|