mirror of
https://github.com/run-llama/workflows-ts.git
synced 2026-07-19 09:35:53 -04:00
[PR #154] [MERGED] feat: add proper linting #158
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/run-llama/workflows-ts/pull/154
Author: @AstraBert
Created: 8/27/2025
Status: ✅ Merged
Merged: 8/28/2025
Merged by: @marcusschiesser
Base:
main← Head:clelia/proper-linting📝 Commits (7)
4b63f32wip: linte358844feat: lint commands for all packages, lint in ci493ca99Merge branch 'main' into clelia/proper-linting4577ecdfeat: enhanced eslint config8f947affeat: adding no-unused-vars as checkf4d60a5ci: adding lint-staged to lint action2923fecdocs: add linting to contributions guide📊 Changes
21 files changed (+853 additions, -57 deletions)
View changed files
📝
.github/workflows/test.yml(+2 -0)📝
CONTRIBUTING.md(+14 -0)➕
eslint.config.mjs(+64 -0)📝
package.json(+8 -0)📝
packages/core/package.json(+3 -1)📝
packages/core/src/core/context.ts(+1 -0)📝
packages/core/src/core/event.ts(+0 -1)📝
packages/core/src/core/stream.ts(+2 -2)📝
packages/core/src/middleware/state.ts(+2 -1)📝
packages/core/src/middleware/trace-events.ts(+2 -1)📝
packages/core/src/middleware/validation.ts(+2 -1)📝
packages/core/src/stream/filter.ts(+0 -1)📝
packages/core/tests/core/context-api.spec.ts(+1 -0)📝
packages/core/tests/core/run-helpers.spec.ts(+5 -2)📝
packages/core/tests/core/stream.spec.ts(+0 -1)📝
packages/core/tests/middleware/full-workflow.spec.ts(+2 -1)📝
packages/core/tests/middleware/state-with-snapshot.spec.ts(+1 -5)📝
packages/core/tests/middleware/with-trace-events.spec.ts(+2 -7)📝
packages/core/tests/middleware/with-validation.spec.ts(+1 -1)📝
pnpm-lock.yaml(+735 -32)...and 1 more files
📄 Description
Adding proper linting using ESlint + Turbo
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.