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): [no-magic-numbers] ignoreTypeIndexes option #4789

Commits on Apr 5, 2022

  1. feat(eslint-plugin): [no-magic-numbers] ignoreTypeIndexes option

    Add a new `ignoreTypeIndexes` option to the `no-magic-numbers` rule to
    allow magic numbers in type index access (eg. `Foo[4]`).
    davecardwell committed Apr 5, 2022
    Copy the full SHA
    d0cabc2 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    d1e65be View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2022

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

Commits on Apr 15, 2022

  1. Copy the full SHA
    af1ddb7 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    88bd7e4 View commit details
    Browse the repository at this point in the history