File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ Options:
6767 -V, --version output the version number
6868 -t, --threshold <number> number of nodes (default: 30)
6969 -m, --min-instances <number> min instances for a match (default: 2)
70- -c, --config path to config file (default: .jsinspectrc)
70+ -c, --config [config] path to config file (default: .jsinspectrc)
7171 -r, --reporter [default|json|pmd] specify the reporter to use
7272 -I, --no-identifiers do not match identifiers
7373 -L, --no-literals do not match literals
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ program
2222 . option ( '-m, --min-instances <number>' ,
2323 'min instances for a match (default: 2)' , parseInt )
2424 . option ( '-c, --config [config]' ,
25- 'path to config file [ .jsinspectrc] ' , '.jsinspectrc' )
25+ 'path to config file (default: .jsinspectrc) ' , '.jsinspectrc' )
2626 . option ( '-r, --reporter [default|json|pmd]' ,
2727 'specify the reporter to use' )
2828 . option ( '-I, --no-identifiers' , 'do not match identifiers' )
You can’t perform that action at this time.
0 commit comments