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

feat(eslint-plugin): [no-unsafe-argument] add rule #3256

Merged
merged 1 commit into from Apr 2, 2021

Commits on Apr 1, 2021

  1. feat(eslint-plugin): [no-unsafe-argument] add rule

    Fixes #791
    
    This adds a new rule which just checks the passing of arguments.
    This case is a lot more complex than most cases due to spread arguments.
    bradzacher committed Apr 1, 2021
    Copy the full SHA
    a086fa1 View commit details
    Browse the repository at this point in the history