User events (leaderboard ordering) #284
Annotations
10 warnings
Run ESLint on changed files:
src/lib/addXP.ts#L58
'skill' is already declared in the upper scope on line 58 column 8
|
Run ESLint on changed files:
src/lib/addXP.ts#L170
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/lib/handleNewCLItems.ts#L73
Unexpected object value in conditional. The condition is always true
|
Run ESLint on changed files:
src/mahoji/commands/leaderboard.ts#L95
'user' is already declared in the upper scope on line 72 column 2
|
Run ESLint on changed files:
src/mahoji/commands/leaderboard.ts#L274
Unexpected object value in conditional. The condition is always true
|
Run ESLint on changed files:
src/mahoji/commands/leaderboard.ts#L319
'creature' is already declared in the upper scope on line 319 column 8
|
Run ESLint on changed files:
src/mahoji/commands/leaderboard.ts#L346
'course' is already declared in the upper scope on line 346 column 8
|
Run ESLint on changed files:
src/mahoji/commands/leaderboard.ts#L383
Unexpected string value in conditional. An explicit empty string check is required
|
Run ESLint on changed files:
src/mahoji/commands/leaderboard.ts#L412
'user' is already declared in the upper scope on line 372 column 2
|
Run ESLint on changed files:
src/mahoji/commands/leaderboard.ts#L482
'user' is already declared in the upper scope on line 448 column 2
|
Loading