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
{{ message }}
This repository was archived by the owner on Mar 10, 2022. It is now read-only.
It might be beneficial to refactor index.js code to operate on a list of files, with a helper function responsible for either finding which files to process inside a directory (and returning a list of them) if --dir, or just returning a single-element list containing a file if --file is specified.
It might be beneficial to refactor
index.jscode to operate on a list of files, with a helper function responsible for either finding which files to process inside a directory (and returning a list of them) if--dir, or just returning a single-element list containing a file if--fileis specified.