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): [prefer-at] create rule #6411

Closed
wants to merge 16 commits into from

Commits on Feb 2, 2023

  1. feat(eslint-plugin) [prefer-at] Create rule typescript-eslint#6401

    sviat9440 authored and Святослав Зайцев committed Feb 2, 2023
    Configuration menu
    Copy the full SHA
    125a83f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    acc833e View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2023

  1. Configuration menu
    Copy the full SHA
    847440c View commit details
    Browse the repository at this point in the history
  2. feat(eslint-plugin): [prefer-at] add type checking and supports for a…

    …ny number or variable
    sviat9440 authored and Sviatoslav Zaytsev committed Feb 27, 2023
    Configuration menu
    Copy the full SHA
    8389c82 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2023

  1. feat(eslint-plugin): [prefer-at] add tests for this reference, priv…

    …ate statements, clear tests
    Sviatoslav Zaytsev committed Mar 1, 2023
    Configuration menu
    Copy the full SHA
    3fd0f67 View commit details
    Browse the repository at this point in the history
  2. feat(eslint-plugin): [prefer-at] fix documentation

    Sviatoslav Zaytsev committed Mar 1, 2023
    Configuration menu
    Copy the full SHA
    10c8592 View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2023

  1. feat(eslint-plugin): [prefer-at] add ignoreFunctions option, improve …

    …documentation
    Sviatoslav Zaytsev committed Mar 3, 2023
    Configuration menu
    Copy the full SHA
    1722700 View commit details
    Browse the repository at this point in the history
  2. feat(eslint-plugin): [prefer-at] fixes

    Sviatoslav Zaytsev committed Mar 3, 2023
    Configuration menu
    Copy the full SHA
    9a2cae2 View commit details
    Browse the repository at this point in the history
  3. feat(eslint-plugin): [prefer-at] fixes

    Sviatoslav Zaytsev committed Mar 3, 2023
    Configuration menu
    Copy the full SHA
    ac0bbcf View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2023

  1. feat(eslint-plugin): [prefer-at] docs fixes

    Co-authored-by: Josh Goldberg ✨ <git@joshuakgoldberg.com>
    2 people authored and Sviatoslav Zaytsev committed Apr 16, 2023
    Configuration menu
    Copy the full SHA
    2a181be View commit details
    Browse the repository at this point in the history
  2. feat(eslint-plugin): [prefer-at] pr-fixes

    - remove throw UnknownNodeError
    - add using isTypeFlagSet utility
    - getTypeAtLocation cannot return undefined
    - the verification of the .at method has been removed
    Sviatoslav Zaytsev committed Apr 16, 2023
    Configuration menu
    Copy the full SHA
    c56944b View commit details
    Browse the repository at this point in the history
  3. feat(eslint-plugin): [prefer-at] pr-fixes

    - simplify tests
    Sviatoslav Zaytsev committed Apr 16, 2023
    Configuration menu
    Copy the full SHA
    cc36475 View commit details
    Browse the repository at this point in the history
  4. feat(eslint-plugin): [prefer-at] pr-fixes

    - getFullName now returns the source code range
    Sviatoslav Zaytsev committed Apr 16, 2023
    Configuration menu
    Copy the full SHA
    a28da89 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1d55c66 View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2023

  1. Configuration menu
    Copy the full SHA
    8a5451d View commit details
    Browse the repository at this point in the history
  2. feat(eslint-plugin): [prefer-at] pr-fixes

    - fix coverage
    - add some exotic test cases
    - refactor isSupportedObject method
    Sviatoslav Zaytsev committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    d0d0141 View commit details
    Browse the repository at this point in the history