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
A PR upgrading Typescript to 5.x failed the CI because of lint issues, it seemed like an upgrade of @typescript-eslint/parser and @typescript-eslint/eslint-plugin was needed but there's a new typescript-eslint package replacing these two ... but, this new package uses the new "flat" configuration of ESLint
Also, apparently, ESLint is configured with @typescript-eslint/parser and @typescript-eslint/eslint-plugin ... but they are not in the dependencies in package.json.
5.xA PR upgrading Typescript to
5.xfailed the CI because of lint issues, it seemed like an upgrade of@typescript-eslint/parserand@typescript-eslint/eslint-pluginwas needed but there's a newtypescript-eslintpackage replacing these two ... but, this new package uses the new "flat" configuration of ESLintAlso, apparently, ESLint is configured with
@typescript-eslint/parserand@typescript-eslint/eslint-plugin... but they are not in the dependencies in package.json.Have to clarify all that.