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

Conversation

kasperpeulen
Copy link
Contributor

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.

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 kasperpeulen added the build Internal-facing build tooling & test updates label Nov 29, 2022
@kasperpeulen
Copy link
Contributor Author

@ndelangen I split this off the TS 4.9 templates PR:
#19986

I think we can remove deepscan when this is in.

@kasperpeulen kasperpeulen merged commit af41e9f into next Nov 29, 2022
@kasperpeulen kasperpeulen deleted the kasper/sb-1029-no-unused-locals-in-tsconfig-to-disable branch November 29, 2022 15:45
@ndelangen
Copy link
Member

@kasperpeulen I removed deepscan from the org!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
build Internal-facing build tooling & test updates
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants