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

Changes to support full eslint rule configurations #289

Merged
merged 5 commits into from
Sep 1, 2023

Commits on Jul 6, 2023

  1. Changes to support full eslint rule configurations

    These are the remaining changes required to enable `plugin:@typescript-eslint/recommended-requiring-type-checking` as well as removing our other temporary rule overrides (`@typescript-eslint/ban-types`, `@typescript-eslint/no-explicit-any`, and `@typescript-eslint/no-unused-vars`)
    colincasey committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    bae5ae8 View commit details
    Browse the repository at this point in the history
  2. Changes to support full eslint rule configurations

    These are the remaining changes required to enable `plugin:@typescript-eslint/recommended-requiring-type-checking` as well as removing our other temporary rule overrides (`@typescript-eslint/ban-types`, `@typescript-eslint/no-explicit-any`, `@typescript-eslint/ban-ts-comment`, and `@typescript-eslint/no-unused-vars`)
    colincasey committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    8e143b4 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2023

  1. remove debug code

    colincasey committed Jul 17, 2023
    Configuration menu
    Copy the full SHA
    afea889 View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2023

  1. Merge branch 'v5' into enable-remaining-eslints

    * v5:
      Clean up validate function. (#275)
    
    # Conflicts:
    #	lib/cookie.ts
    #	lib/validators.ts
    colincasey committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    9fa8a75 View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2023

  1. Addressing review comments

    colincasey committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    bc07ba7 View commit details
    Browse the repository at this point in the history