Skip to content

Conversation

@tyom
Copy link
Contributor

@tyom tyom commented Oct 26, 2025

  • 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.

tyom added 4 commits October 26, 2025 18:40
- 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.
@changeset-bot
Copy link

changeset-bot bot commented Oct 26, 2025

⚠️ No Changeset found

Latest commit: 10ba908

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.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

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 26, 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.

@pkg-pr-new
Copy link

pkg-pr-new bot commented Oct 26, 2025

Open in StackBlitz

npm i https://pkg.pr.new/mattpocock/evalite@276

commit: 10ba908

@mattpocock
Copy link
Owner

@tyom There is a quite a lot of churn in the repo atm and most of our effort is focused on the v1 branch. Could you remake this PR to target that branch?

@mattpocock mattpocock closed this Oct 27, 2025
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.

2 participants