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

fix(contract-client): when options should go first #940

Merged

Commits on Apr 24, 2024

  1. fix(contract-client): when options should go first

    Make the `methodOptions` object the first argument for ContractClient
    methods that take no arguments.
    
    This makes it match the types generated by the CLI.
    
    In order to get eslint to stop complaining about TypeScript feature
    `Pick`, I also switched eslint's parser to `@typescript-eslint/parser`
    chadoh committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    7789035 View commit details
    Browse the repository at this point in the history