From 87d42d3b853f43f88b923298678e636dbc402623 Mon Sep 17 00:00:00 2001 From: Xavier Arias Date: Sun, 11 Sep 2022 15:57:43 +0200 Subject: [PATCH] Add mention to minTokens to the readme file --- packages/jscpd/README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/packages/jscpd/README.md b/packages/jscpd/README.md index b4282680..145838f5 100644 --- a/packages/jscpd/README.md +++ b/packages/jscpd/README.md @@ -93,6 +93,9 @@ Minimal block size of code in tokens. The block of code less than `min-tokens` w - Cli options: `--min-tokens`, `-k` - Type: **number** - Default: **50** + + *This option is called ``minTokens`` in the config file.* + ### Min Lines Minimal block size of code in lines. The block of code less than `min-lines` will be skipped.