Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No unused locals in tsconfig to disable deepscan #20012

Merged

Commits on Nov 29, 2022

  1. No unused locals in tsconfig to disable deepscan

    Deep scan is not compatible with TS 4.9 yet. And the only issues it seems to find that are not covered yet by TS or ESLint are unused imports. TSC can catch those by enabling noUnusedLocals in tsconfig.
    kasperpeulen committed Nov 29, 2022
    Configuration menu
    Copy the full SHA
    fac2465 View commit details
    Browse the repository at this point in the history