fix: better skylight calculation #562
Annotations
11 warnings
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: cypress-io/github-action@v5. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Run pnpm lint:
src/basicSounds.ts#L52
Unexpected `await` inside a loop
|
Run pnpm lint:
src/builtinCommands.ts#L19
Unexpected `await` inside a loop
|
Run pnpm lint:
src/builtinCommands.ts#L25
Unexpected `await` inside a loop
|
Run pnpm lint:
src/builtinCommands.ts#L27
Unexpected `await` inside a loop
|
Run pnpm lint:
src/downloadAndOpenFile.ts#L49
Unexpected `await` inside a loop
|
Run pnpm lint:
src/dragndrop.ts#L68
Unexpected `await` inside a loop
|
Run pnpm lint:
src/inventoryWindows.ts#L146
Arrow function has too many parameters (5). Maximum allowed is 4
|
Run pnpm lint:
src/loadSave.ts#L161
Unexpected `await` inside a loop
|
Run pnpm lint:
src/menus/components/button.js#L130
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 pnpm lint:
src/menus/components/button.js#L135
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