Skip to content

Conversation

@tyom
Copy link
Contributor

@tyom tyom commented Oct 29, 2025

Originally proposed in #276. Resubmitting against v1 branch as requested.

  • Include ESLint 9 as root dependency
  • Set up ESLint to lint the whole repo
  • Extend the root config and add a few package-specific plugins for Evalite UI
  • Add a consistent typecheck npm script for type checking across the repo

Use can now use pnpm lint in root and UI app and pnpm typecheck anywhere in the repo.
Use pnpm lint --fix to attempt to fix the issues.

Fix errors (mostly removing unused imports and variables). I left some prefixed with _ to serve as a reminder of function parameters.

Also add EditorConfig file to help maintain consistent code style for those who use it.

@changeset-bot
Copy link

changeset-bot bot commented Oct 29, 2025

⚠️ No Changeset found

Latest commit: 9a475ef

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@vercel
Copy link

vercel bot commented Oct 29, 2025

@tyom is attempting to deploy a commit to the Skill Recordings Team on Vercel.

A member of the Team first needs to authorize it.

tyom added 4 commits November 11, 2025 21:16
- Include ESLint 9 as root dependency
- Set up ESLint to lint the whole repo
- Extend the root config and add a few package-specific plugins for Evalite UI
- Add a consistent `typecheck` npm script for type checking across the repo

Use can now use `pnpm lint` in root and UI app and `pnpm typecheck` anywhere in the repo.
Use `pnpm lint --fix` to attempt to fix the issues.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant