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
As a temporary workaround, I'm still setting EXPERIMENTAL_useProjectService:
/** @type {import("eslint").Linter.Config} */module.exports={parserOptions: {projectService: true,// Still needed for plugins that haven't updated to typescript-eslint@8 yetEXPERIMENTAL_useProjectService: true,},}
The text was updated successfully, but these errors were encountered:
See https://typescript-eslint.io/blog/announcing-typescript-eslint-v8#project-service
As a temporary workaround, I'm still setting
EXPERIMENTAL_useProjectService
:The text was updated successfully, but these errors were encountered: