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.
Have to clarify all that.
The text was updated successfully, but these errors were encountered:
5.x
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 newtypescript-eslint
package replacing these two ... but, this new package uses the new "flat" configuration of ESLintAlso, apparently, ESLint is configured with
@typescript-eslint/parser
and@typescript-eslint/eslint-plugin
... but they are not in the dependencies in package.json.Have to clarify all that.
The text was updated successfully, but these errors were encountered: