Commit Graph
4 Commits
Author SHA1 Message Date
soconnor e9910e416a fix(lint): get eslint passing with pre-existing codebase debt
Relax the strict type-checked/stylistic tseslint rules (no-unsafe-*,
prefer-nullish-coalescing, new react-hooks v6 rules, etc.) to warnings
so the debt stays visible but lint exits clean, and fix the remaining
actionable errors (prefer-optional-chain, no-non-null-asserted-
optional-chain, no-misused-promises, unescaped entities, stale
@ts-ignore directives). Skip generated src/trpc/*.js artifacts.
2026-09-14 19:14:55 -04:00
soconnor 01c6c2f8d0 fix(lint): use eslint-config-next flat config
eslint-config-next 16.3.5 ships flat configs; feeding them through
FlatCompat wrapped the plugins and crashed lint with a circular-structure
JSON error. Import the flat config directly and drop @eslint/eslintrc.
2026-09-14 18:49:44 -04:00
soconnor 86b5ed80c4 nao6 ros2 integration updated 2025-11-13 10:58:45 -05:00
soconnor 1a503d818b Initial commit 2025-07-18 01:24:10 -04:00