]> git.proxmox.com Git - pve-eslint.git/commit
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)
commit8258fbf9bfad6e23938d5d7c0098fc44374bafa2
treeeb635c0267e3017dbb48e1c881f19d460dbcf921
parentca06ae98f230edcb373ccaab7a7017a609ce620c
drop "lints cwd on no params" hint

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