You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
contains two unused parameters; yargs and convertOptions. Both should be removed and that API signature removed in favor of ...args and intelligent checking for arguments passed (eg. argv can be at 0 or 1 for convert-args.
webpack-contrib's ESLint config would have thrown an error for this. I'd highly recommend adopting it's use for this repo.
The text was updated successfully, but these errors were encountered:
Do you want to request a feature or report a bug?
Code cleanup, API change
What is the current behavior?
n/a
What is the expected behavior?
n/a
Please mention other relevant information such as the browser version, Node.js version, Operating System and programming language.
https://github.com/webpack/webpack-cli/blob/master/bin/convert-argv.js#L6
contains two unused parameters;
yargs
andconvertOptions
. Both should be removed and that API signature removed in favor of...args
and intelligent checking for arguments passed (eg.argv
can be at0
or1
forconvert-args
.webpack-contrib's ESLint config would have thrown an error for this. I'd highly recommend adopting it's use for this repo.
The text was updated successfully, but these errors were encountered: