-
Notifications
You must be signed in to change notification settings - Fork 29.2k
Closed
Labels

Description
Verify canary release
- I verified that the issue exists in the latest Next.js canary release
Provide environment information
Operating System:
Platform: win32
Arch: x64
Version: Windows 10 Home
Binaries:
Node: 18.16.0
npm: N/A
Yarn: N/A
pnpm: 8.6.0
Relevant packages:
next: 13.4.5-canary.4
eslint-config-next: 13.4.4
react: 18.2.0
react-dom: 18.2.0
typescript: 5.1.3
Which area(s) of Next.js are affected? (leave empty if unsure)
No response
Link to the code that reproduces this issue or a replay of the bug
https://github.com/tyler-lutz/playground
To Reproduce
Create a new project using the app directory and delete the .eslintrc.json file then run next lint.
Describe the Bug
Running next lint while using the app folder and not the pages folder doesn't create the .eslintrc.json file
Expected Behavior
Running next lint should create an .eslintrc.json file if one doesn't exist when using the app folder.
Which browser are you using? (if relevant)
No response
How are you deploying your application? (if relevant)
No response
hyobbb, Nialls, MrJoy, RodneyU215, danswann and 6 more