--- paths: "src/**/*.ts" --- # Code Style - Use explicit return types on all exported functions - Prefer `const` over `let` - No `any` types — use `unknown` and narrow