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
I am unable to successfully run npm run lint this also blocks me from building the distribution.
> [email protected] lint
> next lint
Invalid Options:
- Unknown options: useEslintrc, extensions, resolvePluginsRelativeTo, rulePaths, ignorePath, reportUnusedDisableDirectives
- 'extensions' has been removed.
- 'resolvePluginsRelativeTo' has been removed.
- 'ignorePath' has been removed.
- 'rulePaths' has been removed. Please define your rules using plugins.
- 'reportUnusedDisableDirectives' has been removed. Please use the 'overrideConfig.linterOptions.reportUnusedDisableDirectives' option instead.
If it pin eslint in package.json
"eslint": "8.38.0",
I then get the error:
benwebb@Benjamins-MacBook-Pro explorer.geoconnex.us % npm run lint
> [email protected] lint
> next lint
⚠ The Next.js plugin was not detected in your ESLint configuration. See https://nextjs.org/docs/app/api-reference/config/eslint#migrating-existing-config
./src/app/App.tsx
2:1 Error: Parsing error: The keyword 'import' is reserved
./src/app/assets/icons/HorizontalLine.tsx
1:1 Error: Parsing error: The keyword 'import' is reserved
...
The text was updated successfully, but these errors were encountered:
I am unable to successfully run
npm run lint
this also blocks me from building the distribution.If it pin eslint in package.json
I then get the error:
The text was updated successfully, but these errors were encountered: