Next.js Discord

Discord Forum

Linting error when updated to v14.2.1

Unanswered
JCo posted this in #help-forum
Open in Discord
JCoOP
Anyone know how to fix this? I didnt change anything just installed the new eslint config to go with next v14.2.1 and updated eslint to the latest version...

bling@DESKTOP-2TNJIBB MINGW64 /e/Code/cleo (master)
$ pnpm lint

> cleo@0.1.0 lint E:\Code\cleo
> 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.
 ELIFECYCLE  Command failed with exit code 1.

0 Replies