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

clean: remove extraneous alwaysStrict setting #96

Merged
merged 1 commit into from
Apr 12, 2022

Conversation

agilgur5
Copy link
Contributor

@agilgur5 agilgur5 commented Apr 11, 2022

Summary

alwaysStrict will be turned on when strict is on, so no need to set it again

Details

  • only changed strictest.json and the two other configs generated from/combined with it

  • afaik the rest of the settings are indeed additional and not set by strict

- alwaysStrict will be turned on if strict is turned on
  - per the TypeScript Website (related to a PR I once made to it)

- afaik the rest are indeed additional settings and not set by strict

- only changed strictest and ones generated from it
@orta
Copy link
Member

orta commented Apr 12, 2022

Cool, sounds good to me - thanks for the links 👍🏻

@orta orta enabled auto-merge April 12, 2022 06:14
@orta orta merged commit 27f9097 into tsconfig:main Apr 12, 2022
@agilgur5 agilgur5 deleted the clean-remove-extraneous-always-strict branch March 29, 2025 07:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants