-
-
Notifications
You must be signed in to change notification settings - Fork 7k
Closed as not planned
Labels
Description
Describe the bug
Not sure if this is the right place
I'm creating a new react app using npm create vite@latest
and selecting React and JavaScript. The starter files come with ESLint installed and a file .eslintrc.cjs. Before version 4.3 ESLint didn't come installed. I would expect ESLint to not come installed. This change wasn't even mentioned in the changelog.
Reproduction
https://stackblitz.com/edit/vitejs-vite-eqa4jz?file=vite.config.js
Steps to reproduce
Run npm create vite@latest
. Then pick any project name. Select "React" as the framework. Lastly select JavaScript as the variant. And that's it.
System Info
System:
OS: macOS 13.3.1
CPU: (8) arm64 Apple M1 Pro
Memory: 60.02 MB / 16.00 GB
Shell: 5.9 - /bin/zsh
Binaries:
Node: 18.5.0 - /opt/homebrew/bin/node
npm: 8.13.2 - /opt/homebrew/bin/npm
Browsers:
Chrome: 112.0.5615.137
Safari: 16.4
Used Package Manager
npm
Logs
No response
Validations
- Follow our Code of Conduct
- Read the Contributing Guidelines.
- Read the docs.
- Check that there isn't already an issue that reports the same bug to avoid creating a duplicate.
- Make sure this is a Vite issue and not a framework-specific issue. For example, if it's a Vue SFC related bug, it should likely be reported to vuejs/core instead.
- Check that this is a concrete bug. For Q&A open a GitHub Discussion or join our Discord Chat Server.
- The provided reproduction is a minimal reproducible example of the bug.