-
-
Notifications
You must be signed in to change notification settings - Fork 159
Open
Description
Which project does this relate to?
Start
Describe the bug
When initializing a project using the TanStack CLI with ESLint selected as an option, eslint itself is not added to devDependencies in the generated package.json.
Your Example Website or App
npx create-tsrouter-app@latest
Steps to Reproduce the Bug or Issue
- Run the TanStack Start CLI in Quick Start page
- Select ESLint when prompted
Expected behavior
eslint should be included in devDependencies, since @tanstack/eslint-config lists it as a peerDependency and does not install it automatically.
Screenshots or Videos
Platform
- Router / Start Version: Start Version - RC
- OS: macOS
Additional context
Is this intentional, or is it a missing step in the CLI scaffolding?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels