Fix formatting issues (#5779) #264
Annotations
20 warnings
Node v20 - ubuntu-latest:
src/mahoji/commands/invention.ts#L48
Unexpected string value in conditional. An explicit empty string check is required
|
Node v20 - ubuntu-latest:
src/mahoji/commands/invention.ts#L98
Unexpected string value in conditional. An explicit empty string check is required
|
Node v20 - ubuntu-latest:
src/mahoji/commands/invention.ts#L154
Unexpected string value in conditional. An explicit empty string check is required
|
Node v20 - ubuntu-latest:
src/mahoji/commands/invention.ts#L179
Unexpected string value in conditional. An explicit empty string check is required
|
Node v20 - ubuntu-latest:
src/mahoji/commands/invention.ts#L353
'i' is already declared in the upper scope on line 352 column 9
|
Node v20 - ubuntu-latest:
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
|
Node v20 - ubuntu-latest:
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
|
Node v20 - ubuntu-latest:
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
|
Node v20 - ubuntu-latest:
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
|
Node v20 - ubuntu-latest:
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
|
Node v18.12.0 - ubuntu-latest:
src/mahoji/commands/invention.ts#L48
Unexpected string value in conditional. An explicit empty string check is required
|
Node v18.12.0 - ubuntu-latest:
src/mahoji/commands/invention.ts#L98
Unexpected string value in conditional. An explicit empty string check is required
|
Node v18.12.0 - ubuntu-latest:
src/mahoji/commands/invention.ts#L154
Unexpected string value in conditional. An explicit empty string check is required
|
Node v18.12.0 - ubuntu-latest:
src/mahoji/commands/invention.ts#L179
Unexpected string value in conditional. An explicit empty string check is required
|
Node v18.12.0 - ubuntu-latest:
src/mahoji/commands/invention.ts#L353
'i' is already declared in the upper scope on line 352 column 9
|
Node v18.12.0 - ubuntu-latest:
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
|
Node v18.12.0 - ubuntu-latest:
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
|
Node v18.12.0 - ubuntu-latest:
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
|
Node v18.12.0 - ubuntu-latest:
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
|
Node v18.12.0 - ubuntu-latest:
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
|