phoenix
phoenix copied to clipboard
eslint does not works with react web and next js
Describe the bug
Eslint is unable to detect node _modules with default project created for react and next
Reproduction
nvm use v20.12.2 npx create-next-app@latest cd my-app/ npm run dev npm run build npm run dev
Expected behavior
eslint should detect node_modules
OS, Browser and Phoenix versions
Ubuntu desktop builds 3.9
logs or debug stack trace if any
No response
Additional context
No response