Skip to content

Commit fd823ea

Browse files
Trotttargos
authored andcommitted
tools: enable camelcase linting in tools
PR-URL: #27607 Reviewed-By: Ruben Bridgewater <[email protected]> Reviewed-By: Anto Aravinth <[email protected]> Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: Yongsheng Zhang <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Franziska Hinkelmann <[email protected]> Reviewed-By: Trivikram Kamat <[email protected]>
1 parent 217e6b5 commit fd823ea

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

tools/.eslintrc.yaml

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