mirror of
https://github.com/zebrajr/node.git
synced 2025-12-06 12:20:27 +01:00
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:
parent
57198f2b82
commit
0a1537e4e6
|
|
@ -7,3 +7,4 @@ rules:
|
|||
exports: 'only-multiline'
|
||||
no-unused-vars: [error, { args: 'after-used' }]
|
||||
prefer-arrow-callback: error
|
||||
no-var: error
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user