Hi, That would be great if we could specify a path and having the binary to detect unused var in all *.js files on this directory, recursively. We can use `node-glob` to fetch files recursively given a path.
Hi,
That would be great if we could specify a path and having the binary to detect unused var in all *.js files on this directory, recursively.
We can use
node-globto fetch files recursively given a path.