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): [explicit-function-return-type] allow as const arrow functions #876

Merged
merged 3 commits into from Aug 19, 2019

Commits on Aug 18, 2019

  1. feat: [no-unnecessary-type-assertion] allow as const arrow functions

    add an option `allowDirectConstAssertionInArrowFunctions` to allow bodyless arrow functions which return `as const`
    Zzzen committed Aug 18, 2019
    Copy the full SHA
    8d70bda View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2019

  1. Copy the full SHA
    4164a2b View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    e8e3604 View commit details
    Browse the repository at this point in the history