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

feat(eslint-plugin): add explicit-module-boundary-types rule #1020

Merged
merged 4 commits into from Jan 15, 2020

Commits on Jan 14, 2020

  1. feat(eslint-plugin): add explicit-module-boundary-types rule (typescr…

    …ipt-eslint#65)
    
    This rule will deprecate no-untyped-public-signatures, as it covers the same functionality but checks exported functions in additio
    n to class methods.
    Guy Perkal committed Jan 14, 2020
    Copy the full SHA
    92b4908 View commit details
    Browse the repository at this point in the history
  2. chore(eslint-plugin): deprecate no-unused-public-signature

    It is being superseded by explicit-module-boundary-types.
    Guy Perkal committed Jan 14, 2020
    Copy the full SHA
    129519f View commit details
    Browse the repository at this point in the history
  3. feat(eslint-plugin): squash to first commit

    Add 'missingReturnType' check for arguments, add docs for 'allowDirectConstAssertionInArrowFunctions' option, fix readme rule name.
    Guy Perkal committed Jan 14, 2020
    Copy the full SHA
    59fc86d View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2020

  1. Copy the full SHA
    ef66ec5 View commit details
    Browse the repository at this point in the history