BigInt fixes #75
Annotations
20 warnings
Node v18.12.0 - ubuntu-latest:
src/lib/addXP.ts#L55
'skill' is already declared in the upper scope on line 55 column 8
|
Node v18.12.0 - ubuntu-latest:
src/lib/addXP.ts#L152
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
|
Node v18.12.0 - ubuntu-latest:
src/lib/analytics.ts#L76
Unexpected number value in conditional. An explicit zero/NaN check is required
|
Node v18.12.0 - ubuntu-latest:
src/lib/roboChimp.ts#L24
Unexpected object value in conditional. The condition is always true
|
Node v18.12.0 - ubuntu-latest:
src/lib/rolesTask.ts#L17
Unexpected object value in conditional. The condition is always true
|
Node v18.12.0 - ubuntu-latest:
src/lib/rolesTask.ts#L27
Unexpected object value in conditional. The condition is always true
|
Node v18.12.0 - ubuntu-latest:
src/lib/rolesTask.ts#L141
'topSkillers' is already declared in the upper scope on line 140 column 17
|
Node v18.12.0 - ubuntu-latest:
src/lib/rolesTask.ts#L215
Unexpected object value in conditional. The condition is always true
|
Node v18.12.0 - ubuntu-latest:
src/lib/rolesTask.ts#L227
'i' is already declared in the upper scope on line 227 column 14
|
Node v18.12.0 - ubuntu-latest:
src/lib/rolesTask.ts#L230
'i' is already declared in the upper scope on line 230 column 14
|
Node v20 - ubuntu-latest:
src/lib/addXP.ts#L55
'skill' is already declared in the upper scope on line 55 column 8
|
Node v20 - ubuntu-latest:
src/lib/addXP.ts#L152
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
|
Node v20 - ubuntu-latest:
src/lib/analytics.ts#L76
Unexpected number value in conditional. An explicit zero/NaN check is required
|
Node v20 - ubuntu-latest:
src/lib/roboChimp.ts#L24
Unexpected object value in conditional. The condition is always true
|
Node v20 - ubuntu-latest:
src/lib/rolesTask.ts#L17
Unexpected object value in conditional. The condition is always true
|
Node v20 - ubuntu-latest:
src/lib/rolesTask.ts#L27
Unexpected object value in conditional. The condition is always true
|
Node v20 - ubuntu-latest:
src/lib/rolesTask.ts#L141
'topSkillers' is already declared in the upper scope on line 140 column 17
|
Node v20 - ubuntu-latest:
src/lib/rolesTask.ts#L215
Unexpected object value in conditional. The condition is always true
|
Node v20 - ubuntu-latest:
src/lib/rolesTask.ts#L227
'i' is already declared in the upper scope on line 227 column 14
|
Node v20 - ubuntu-latest:
src/lib/rolesTask.ts#L230
'i' is already declared in the upper scope on line 230 column 14
|