Open krassowski opened 1 month ago
Thanks @krassowski for the report.
Interestingly, the warning is displayed when running jlpm eslint
but not with jlpm eslint:check
. Which could explain why it does not show up in this lint run on CI: https://github.com/jupyterlab/jupyterlab/actions/runs/13481202709/job/37666605652
Regardless, updating to a newer @typescript-eslint/typescript-estree
should hopefully help fix it.
Regardless, updating to a newer
@typescript-eslint/typescript-estree
should hopefully help fix it.
There are some breaking changes in the last two major versions that would likely require some adjustments here:
Description
Resolved version of
@typescript-eslint/typescript-estree
does not support TypeScript 5.5Reproduce
jlpm lint
Expected behavior
No warning
Context