Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: ipfs/eslint-config-ipfs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v7.0.2
Choose a base ref
...
head repository: ipfs/eslint-config-ipfs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v7.0.3
Choose a head ref
  • 2 commits
  • 3 files changed
  • 2 contributors

Commits on Jul 23, 2024

  1. fix: allow any args and referencing functions by property name (#232)

    Disables two rules:
    
    `@typescript-eslint/no-unsafe-argument` - this prevents passing vars
    with an `any` type to functions.
    
    Unfortunately we still deal with untyped modules so this will happen.
    
    `@typescript-eslint/unbound-method` - this prevents referencing functions
    without invoking them.
    
    We need to disable this to do things like pass functions passed as
    part of an options object on to other functions.
    achingbrain authored Jul 23, 2024
    Configuration menu
    Copy the full SHA
    27ecf3e View commit details
    Browse the repository at this point in the history
  2. chore(release): 7.0.3 [skip ci]

    ## [7.0.3](v7.0.2...v7.0.3) (2024-07-23)
    
    ### Bug Fixes
    
    * allow `any` args and referencing functions by property name ([#232](#232)) ([27ecf3e](27ecf3e))
    semantic-release-bot committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    a98879c View commit details
    Browse the repository at this point in the history
Loading