Are there any lint to check that we have pass parameter to any function fully in javascript?
Like in java if we don't put enough parameter for method/function there will be an error.
Now, I use eslint. But It doesn't check properly. Or I have missed something.