airi/services/minecraft/src
Qiaochu Hu 5157b9c445
fix(services): resolve lint issues (#1261)
* fix: resolve lint issues

## Summary

Fix lint issues identified by the linter.

## Changes

- **app.js**: Use `Number.isNaN()` instead of global `isNaN()`
- **app.js**: Prefix unused variable `result` with underscore
- **scheduler.ts**: Remove unused variable `log`

## Details

- `Number.isNaN()` is the preferred way to check for NaN in modern JavaScript
- Unused variables are flagged by the linter and should be removed or prefixed with underscore

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

* Apply suggestion from @gemini-code-assist[bot]

Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>

---------

Co-authored-by: hobostay <hobostay@users.noreply.github.com>
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
Co-authored-by: Garfield Lee <Garfield550@users.noreply.github.com>
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
2026-03-11 17:15:56 +08:00
..
cognitive feat(minecraft): disable debug servers by default (#1193) 2026-03-08 18:41:32 +08:00
composables feat(minecraft): disable debug servers by default (#1193) 2026-03-08 18:41:32 +08:00
debug fix(services): resolve lint issues (#1261) 2026-03-11 17:15:56 +08:00
libs/mineflayer fix(minecraft): add stop method to Ticker to prevent resource leak (#1213) 2026-03-09 20:45:46 +08:00
plugins chore(minecraft): remove bot chat messages and unused inventory functions 2026-02-18 11:10:02 +08:00
skills refactor(minecraft): migrate reflex runtime to alien-signals, harden zod validation, and unify skill utilities (#1092) 2026-03-07 03:01:49 +08:00
utils feat(minecraft): run conscious brain in js repl with runtime globals 2026-02-18 11:14:37 +08:00
main.ts feat(minecraft): disable debug servers by default (#1193) 2026-03-08 18:41:32 +08:00