Make monster activity work like everything else with 2x loot. #119
Annotations
10 warnings
Run ESLint on changed files:
src/tasks/minions/monsterActivity.ts#L74
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 ESLint on changed files:
src/tasks/minions/monsterActivity.ts#L124
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 ESLint on changed files:
src/tasks/minions/monsterActivity.ts#L125
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 ESLint on changed files:
src/tasks/minions/monsterActivity.ts#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 ESLint on changed files:
src/tasks/minions/monsterActivity.ts#L156
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 ESLint on changed files:
src/tasks/minions/monsterActivity.ts#L191
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 ESLint on changed files:
src/tasks/minions/monsterActivity.ts#L408
Unexpected number value in conditional. An explicit zero/NaN check is required
|
Run ESLint on changed files:
src/tasks/minions/monsterActivity.ts#L434
Unexpected number value in conditional. An explicit zero/NaN check is required
|
Run ESLint on changed files:
src/tasks/minions/monsterActivity.ts#L509
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 ESLint on changed files:
src/tasks/minions/monsterActivity.ts#L511
Unexpected number value in conditional. An explicit zero/NaN check is required
|
Loading