Skip to content

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