jscpd icon indicating copy to clipboard operation
jscpd copied to clipboard

Set check path in the config file

Open npquynhdo opened this issue 1 year ago • 0 comments

Is your feature request related to a problem? Please describe. I want to run the check only for a specific folder from the pipeline via the .jscpd.json config file without having to ignore a lots of folder. For example I only want to run check under the ./src folder. Right now it's only possible to run the script like npx jscpd ./src but it'll be better to also allow this in the config file

Describe the solution you'd like To allow an attribute in the config file (something like path).

npquynhdo avatar Nov 15 '24 13:11 npquynhdo