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

Enable strict type checked rules #392

Merged
merged 47 commits into from
May 7, 2024
Merged

Enable strict type checked rules #392

merged 47 commits into from
May 7, 2024

Commits on Mar 13, 2024

  1. Make usage of null/undefined more consistent.

    Primarily allowing either value for user input.
    wjhsf committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    06e5d59 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    842e129 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d21c0da View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2dbd3fa View commit details
    Browse the repository at this point in the history
  5. eslint auto fixes

    wjhsf committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    f7a9c64 View commit details
    Browse the repository at this point in the history
  6. remove unnecessary polyfill

    wjhsf committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    ce6bc76 View commit details
    Browse the repository at this point in the history
  7. manual fixes for strict rules

    wjhsf committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    32684bc View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2024

  1. Update lib/cookie/cookie.ts

    Co-authored-by: Colin Casey <casey.colin@gmail.com>
    wjhsf and colincasey committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    c303233 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    56b696a View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2024

  1. Configuration menu
    Copy the full SHA
    4ba4af0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8a83cf8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    523ebb9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    681537d View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2024

  1. Configuration menu
    Copy the full SHA
    214dcb0 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2024

  1. Configuration menu
    Copy the full SHA
    4d0b46e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4a97015 View commit details
    Browse the repository at this point in the history
  3. update doc for return type

    wjhsf committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    8f614cd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2f97b58 View commit details
    Browse the repository at this point in the history
  5. Fix a few more errors.

    wjhsf committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    53b377c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7b2aaaa View commit details
    Browse the repository at this point in the history
  7. appease linter

    wjhsf committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    f91576b View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2024

  1. Configuration menu
    Copy the full SHA
    ca2be2f View commit details
    Browse the repository at this point in the history
  2. fix incorrect comparison

    wjhsf committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    9a54e84 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3fd718e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    407233c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2a04015 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    66d2ef1 View commit details
    Browse the repository at this point in the history
  7. add type annotations

    wjhsf committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    a9f72e7 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2024

  1. Configuration menu
    Copy the full SHA
    a9e3f41 View commit details
    Browse the repository at this point in the history
  2. linter fixes for vows tests

    wjhsf committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    e2eae4e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    803d2c7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4c941c9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    94e82c8 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2024

  1. fix package-lock.json

    wjhsf committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    dd666b9 View commit details
    Browse the repository at this point in the history
  2. bump deps

    wjhsf committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    391de34 View commit details
    Browse the repository at this point in the history
  3. fix package-lock.json again

    wjhsf committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    1bacc2c View commit details
    Browse the repository at this point in the history
  4. restore missing dependency

    wjhsf committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    849bac8 View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2024

  1. revert changes to test files

    wjhsf committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    540102c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7216e61 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1e26cb9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    62603a1 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2024

  1. Configuration menu
    Copy the full SHA
    76b0616 View commit details
    Browse the repository at this point in the history
  2. remove max-lines enforcement

    we've decided it doesn't really add value
    wjhsf committed May 2, 2024
    Configuration menu
    Copy the full SHA
    b098c22 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8920b03 View commit details
    Browse the repository at this point in the history
  4. fix package-lock.json

    I always mangle it :(
    wjhsf committed May 2, 2024
    Configuration menu
    Copy the full SHA
    eb873a1 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2024

  1. don't need to disable a rule that's never enabled

    missed a spot
    wjhsf committed May 3, 2024
    Configuration menu
    Copy the full SHA
    6d24b89 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5451403 View commit details
    Browse the repository at this point in the history