Fix materials used formatting on trip return #262
Annotations
10 warnings
Run ESLint on changed files:
src/mahoji/commands/invention.ts#L48
Unexpected string value in conditional. An explicit empty string check is required
|
Run ESLint on changed files:
src/mahoji/commands/invention.ts#L98
Unexpected string value in conditional. An explicit empty string check is required
|
Run ESLint on changed files:
src/mahoji/commands/invention.ts#L154
Unexpected string value in conditional. An explicit empty string check is required
|
Run ESLint on changed files:
src/mahoji/commands/invention.ts#L179
Unexpected string value in conditional. An explicit empty string check is required
|
Run ESLint on changed files:
src/mahoji/commands/invention.ts#L353
'i' is already declared in the upper scope on line 352 column 9
|
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
|
Loading