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

(fix): strict* checks are true when strict #500

Merged
merged 1 commit into from
Apr 12, 2020

Conversation

agilgur5
Copy link
Contributor

  • in the docs, "Strict Checks" include noImplicitAny, noImplicitThis,
    strictNullChecks, strictFunctionTypes, strictBindCallApply,
    strictPropertyInitialization, and alwaysStrict

    • so they should all have consistent defaults
  • noImplicitReturns is not part of "Strict Checks" and is actually
    part of "Linter Checks", so this was incorrectly documented

    • so its default should be plain false

- in the docs, "Strict Checks" include noImplicitAny, noImplicitThis,
  strictNullChecks, strictFunctionTypes, strictBindCallApply,
  strictPropertyInitialization, and alwaysStrict
  - so they should all have consistent defaults

- noImplicitReturns is *not* part of "Strict Checks" and is actually
  part of "Linter Checks", so this was incorrectly documented
  - so its default should be plain false
@orta
Copy link
Contributor

orta commented Apr 12, 2020

Thanks!

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