Skip to content

Commit fd823ea

Browse files
Trotttargos
authored andcommitted
tools: enable camelcase linting in tools
PR-URL: #27607 Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: Anto Aravinth <anto.aravinth.cse@gmail.com> Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Yongsheng Zhang <zyszys98@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Franziska Hinkelmann <franziska.hinkelmann@gmail.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
1 parent 217e6b5 commit fd823ea

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

tools/.eslintrc.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@ env:
33
es6: true
44

55
rules:
6+
camelcase:
7+
- error
8+
- properties: 'never'
9+
ignoreDestructuring: true
10+
allow: ['child_process']
611
comma-dangle:
712
- error
813
- arrays: 'always-multiline'

0 commit comments

Comments
 (0)