]> git.proxmox.com Git - pve-eslint.git/commitdiff
drop "lints cwd on no params" hint
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Thu, 9 Apr 2020 16:54:43 +0000 (18:54 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Thu, 9 Apr 2020 16:55:09 +0000 (18:55 +0200)
This is a bit strange behaviour, especially if there's nothing to
lint and one gets just a spewed out nodejs backtracke.. It's not hard
to just to `eslint *.js` or the like..

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
src/app.js

index c01130a9ea7e1649465e08135ffa24b99d10e0db..6bfd902f539199083d736c4ae2b97ae8551faa03 100644 (file)
@@ -14,7 +14,6 @@ program.on('--help', function() {
     console.log('  Description:');
     console.log('');
     console.log('    lints javascript files');
-    console.log('    if no files are given, lints the current working directory');
     console.log('');
 });