Lint and report number of lines by file.
npm install limitlineslimitlines [source] [options]Globby paths to scan.
string, separate by comma.
Default: .
Accept globby.
limitlines 'folder1/**/*, folder2/*.{html,js}'Paths to ignore.
string, separate by comma.
Default: node_modules
limitlines --ignore 'somefolder'Maximum lines by file.
integer
Default: 300
limitlines --maxlines 450Minimun accepted lines by file.
integer
Default: 1
limitlines --minlines 1Maximum errors accept.
integer
Default: 0
limitlines --maxerrors 3Output version number.
Alias -v.
limitlines --versionLimitlines © 2018 by Tiago Porto is licensed under MIT License.