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
Actually, https://github.com/typescript-eslint/typescript-eslint#supported-typescript-version ... Upstream's attitude is to declare the support in the docs and then to declare * in the peerDep, "to allow experimentation". And their code prints a warning when the typescript version you're using is not supported. We can do the same, I suppose.
https://github.com/standard/eslint-config-standard-with-typescript/blob/8c836dc44c4e8a1b73263259509df490c8e9fddf/package.json#L67
Does upstream support
typescript@^3.9
?https://github.com/typescript-eslint/typescript-eslint#supported-typescript-version
I'd like us to have a test for this.
The text was updated successfully, but these errors were encountered: