Adds 'Auto Slay' button to trip finish for Patrons. #14551
codequality.yml
on: pull_request
ESLint
46s
Typescript
49s
Annotations
10 warnings
ESLint:
src/lib/util/globalInteractions.ts#L201
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
|
ESLint:
src/lib/util/globalInteractions.ts#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
|
ESLint:
src/lib/util/globalInteractions.ts#L236
Unexpected string value in conditional. An explicit empty string check is required
|
ESLint:
src/lib/util/globalInteractions.ts#L236
Unexpected string value in conditional. An explicit empty string check is required
|
ESLint:
src/lib/util/globalInteractions.ts#L256
Unexpected string value in conditional. An explicit empty string check is required
|
ESLint:
src/lib/util/globalInteractions.ts#L383
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
|
ESLint:
src/lib/util/globalInteractions.ts#L392
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
|
ESLint:
src/lib/util/globalInteractions.ts#L507
Unexpected value in conditional. A boolean expression is required
|
ESLint:
src/lib/util/globalInteractions.ts#L507
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
|
ESLint:
src/lib/util/handleTripFinish.ts#L57
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
|