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

exceptions some keywords #58

Open
dron3flyv3r opened this issue Mar 8, 2022 · 2 comments
Open

exceptions some keywords #58

dron3flyv3r opened this issue Mar 8, 2022 · 2 comments

Comments

@dron3flyv3r
Copy link

can you make so you can filter certain words?, like when you add thing to a constrotor it would get vary long fast.

@ykrx
Copy link

ykrx commented May 30, 2023

+1 same idea with excluding methods for which inline parameters are redundant for (ex: useEffect). Definitely needs a filtering feature.

@reececomo
Copy link

+1 would love to be able to skip certain arguments

  "inline-parameters.ignorePatterns": [
    "args",
    "value",
    "values",
  ],

In particular variadic arguments for JS/TS built-ins like Math.max(...values) (when showVariadicNumbers is false)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants