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

cleanup/jslinter suppressions #8234

Merged
merged 10 commits into from
Jun 1, 2024

Commits on Jun 1, 2024

  1. Eliminate unused variable warnings

    Partially by moving to 'arrow functions'.
    ehuelsmann committed Jun 1, 2024
    Configuration menu
    Copy the full SHA
    4eceac0 View commit details
    Browse the repository at this point in the history
  2. Remove airbnb style ruleset; lots of rules need temporary disabling

    (like 'class-methods-use-this')
    ehuelsmann committed Jun 1, 2024
    Configuration menu
    Copy the full SHA
    b6ebd2c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b89e7a3 View commit details
    Browse the repository at this point in the history
  4. Fix shadowed variables

    ehuelsmann committed Jun 1, 2024
    Configuration menu
    Copy the full SHA
    ef7d401 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3fedb3a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b4dab08 View commit details
    Browse the repository at this point in the history
  7. Remove unused variable

    ehuelsmann committed Jun 1, 2024
    Configuration menu
    Copy the full SHA
    0f11229 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    e6af99b View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    449ebce View commit details
    Browse the repository at this point in the history
  10. Fix infinite recursion

    ehuelsmann committed Jun 1, 2024
    Configuration menu
    Copy the full SHA
    24e7935 View commit details
    Browse the repository at this point in the history