We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
can you make so you can filter certain words?, like when you add thing to a constrotor it would get vary long fast.
The text was updated successfully, but these errors were encountered:
+1 same idea with excluding methods for which inline parameters are redundant for (ex: useEffect). Definitely needs a filtering feature.
useEffect
Sorry, something went wrong.
+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)
Math.max(...values)
showVariadicNumbers
false
No branches or pull requests
can you make so you can filter certain words?, like when you add thing to a constrotor it would get vary long fast.
The text was updated successfully, but these errors were encountered: