You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While doing the tutorial i noticed that the test workflow is failing because it is interactive by design.
How would you like to configure ESLint? https://nextjs.org/docs/basic-features/eslint
25l❯ Strict (recommended)
Base
⚠ If you set up ESLint yourself, we recommend adding the Next.js ESLint plugin. See https://nextjs.org/docs/basic-features/eslint#migrating-existing-config
Cancel
Error: Process completed with exit code 1.
The ESLINT needs some configuration to be run.
It works if you add the following
While doing the tutorial i noticed that the test workflow is failing because it is interactive by design.
The ESLINT needs some configuration to be run.
It works if you add the following
.eslintrc.json
Another fix would be to actual fix the linter finding
The text was updated successfully, but these errors were encountered: