Skip to content

Conversation

@cmg8431
Copy link
Contributor

@cmg8431 cmg8431 commented Nov 19, 2025

Description

Adds eslint as a devDependency to the with-nestjs example's API package.

The API package in the with-nestjs example uses ESLint for linting but was missing it in devDependencies. This could cause issues for users trying to run
the example, as ESLint-related scripts or configurations would fail without the dependency installed.

Changes:

  • Added eslint: ^9.31.0 to devDependencies in examples/with-nestjs/apps/api/package.json

AS-IS
스크린샷 2025-11-19 오후 12 25 08

@cmg8431 cmg8431 requested a review from a team as a code owner November 19, 2025 03:25
@cmg8431 cmg8431 requested a review from tknickman November 19, 2025 03:25
@turbo-orchestrator turbo-orchestrator bot added the area: examples Improvements or additions to examples label Nov 19, 2025
@vercel
Copy link
Contributor

vercel bot commented Nov 19, 2025

@cmg8431 is attempting to deploy a commit to the Vercel Team on Vercel.

A member of the Team first needs to authorize it.

Copy link
Contributor

@anthonyshew anthonyshew left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@anthonyshew anthonyshew changed the title chore(with-nestjs): add missing eslint devDependency examples(with-nestjs): Add missing eslint devDependency Nov 19, 2025
@anthonyshew anthonyshew merged commit a6742bb into vercel:main Nov 19, 2025
3 of 14 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area: examples Improvements or additions to examples

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants