Skip to content

Commit 0a1537e

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

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: tools/.eslintrc.yaml

+1
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)