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've upgraded to eslint@v9 with all of my plugins and I get this:
prettier-eslint [ERROR]: There was trouble creating the ESLint CLIEngine.
prettier-eslint-cli [ERROR]: There was an error formatting "/workspace/my_repo/src/components/page-sections/NavBar/components/TabsBar/index.tsx":
Error: Invalid Options:
- Unknown options: ignorePath, resolvePluginsRelativeTo, rulePaths, useEslintrc
- 'resolvePluginsRelativeTo' has been removed.
- 'ignorePath' has been removed.
- 'rulePaths' has been removed. Please define your rules using plugins.
at processOptions (/workspace/my_repo/node_modules/.pnpm/[email protected][email protected]/node_modules/eslint/lib/eslint/eslint-helpers.js:847:15)
at new ESLint (/workspace/my_repo/node_modules/.pnpm/[email protected][email protected]/node_modules/eslint/lib/eslint/eslint.js:447:34)
at getESLint (/workspace/my_repo/node_modules/.pnpm/[email protected]/node_modules/prettier-eslint/dist/utils.js:337:12)
at getESLintConfig (/workspace/my_repo/node_modules/.pnpm/[email protected]/node_modules/prettier-eslint/dist/index.js:268:39)
at analyze (/workspace/my_repo/node_modules/.pnpm/[email protected]/node_modules/prettier-eslint/dist/index.js:80:77)
at format (/workspace/my_repo/node_modules/.pnpm/[email protected]/node_modules/prettier-eslint/dist/index.js:50:13)
at /workspace/my_repo/node_modules/.pnpm/[email protected][email protected]/node_modules/prettier-eslint-cli/dist/format-files.js:214:60
at doInnerSub (/workspace/my_repo/node_modules/.pnpm/[email protected]/node_modules/rxjs/dist/cjs/internal/operators/mergeInternals.js:22:31)
at outerNext (/workspace/my_repo/node_modules/.pnpm/[email protected]/node_modules/rxjs/dist/cjs/internal/operators/mergeInternals.js:17:70)
at OperatorSubscriber._this._next (/workspace/my_repo/node_modules/.pnpm/[email protected]/node_modules/rxjs/dist/cjs/internal/operators/OperatorSubscriber.js:33:21)
I've upgraded to eslint@v9 with all of my plugins and I get this:
With this script:
And these deps:
The text was updated successfully, but these errors were encountered: