Skip to content

Commit 0a1537e

Browse files
shisamaBridgeAR
authored andcommitted
tools: add no-var lint rule for tools directory
PR-URL: #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>
1 parent 57198f2 commit 0a1537e

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)