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] add allowedNames #4440

Merged
merged 15 commits into from Feb 2, 2022

Commits on Jan 14, 2022

  1. Copy the full SHA
    5e2c4fd View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    f931a38 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2022

  1. Merge branch 'main'

    islandryu committed Jan 24, 2022
    Copy the full SHA
    edd64e8 View commit details
    Browse the repository at this point in the history
  2. Update packages/eslint-plugin/src/rules/explicit-function-return-type.ts

    Co-authored-by: Josh Goldberg <me@joshuakgoldberg.com>
    islandryu and JoshuaKGoldberg committed Jan 24, 2022
    Copy the full SHA
    b383ff6 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    f48f8d7 View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2022

  1. feat(eslint-plugin): [explicit-function-return-type] Change to allowe…

    …dNames to work for object properties and class methods
    islandryu committed Jan 26, 2022
    Copy the full SHA
    f03d6e2 View commit details
    Browse the repository at this point in the history
  2. feat(eslint-plugin): [explicit-function-return-type] Change to allowe…

    …dNames to work for object properties and class methods
    islandryu committed Jan 26, 2022
    Copy the full SHA
    2728975 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    690986d View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    1e38d1d View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    d8d39e6 View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2022

  1. Copy the full SHA
    39d6715 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'main' into featAddallowedNames

    Josh Goldberg committed Jan 29, 2022
    Copy the full SHA
    a79ac5f View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2022

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

Commits on Feb 1, 2022

  1. fix(eslint-plugin): [explicit-function-return-type] Change allowedNam…

    …e to not ignore computed property
    islandryu committed Feb 1, 2022
    Copy the full SHA
    545b2ab View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    65103ff View commit details
    Browse the repository at this point in the history