Skip to content

Commit 70beb76

Browse files
shisamaBridgeAR
authored andcommitted
tools: add no-var lint rule for tools directory
PR-URL: nodejs#26398 Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Refael Ackermann <[email protected]> Reviewed-By: Сковорода Никита Андреевич <[email protected]> Reviewed-By: Ruben Bridgewater <[email protected]>
1 parent ce8f01c commit 70beb76

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tools/.eslintrc.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,4 @@ rules:
77
exports: 'only-multiline'
88
no-unused-vars: [error, { args: 'after-used' }]
99
prefer-arrow-callback: error
10+
no-var: error

0 commit comments

Comments
 (0)