tools: add no-var lint rule for tools directory

PR-URL: https://github.com/nodejs/node/pull/26398
Reviewed-By: Richard Lau <riclau@uk.ibm.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Refael Ackermann <refack@gmail.com>
Reviewed-By: Сковорода Никита Андреевич <chalkerx@gmail.com>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
This commit is contained in:
shisama 2019-03-06 12:21:50 +09:00 committed by Ruben Bridgewater
parent 57198f2b82
commit 0a1537e4e6
No known key found for this signature in database
GPG Key ID: F07496B3EB3C1762

View File

@ -7,3 +7,4 @@ rules:
exports: 'only-multiline'
no-unused-vars: [error, { args: 'after-used' }]
prefer-arrow-callback: error
no-var: error