Skip to content

Commit e17fb82

Browse files
Trottaddaleax
authored andcommitted
tools: fix error in eslintrc comment
46d7cb8 introduced an error in a comment in `.eslintrc.yaml`. The second option needs to be an integer specifying the number of spaces per level of indentation. PR-URL: #14108 Reviewed-By: Vse Mozhet Byt <[email protected]> Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Refael Ackermann <[email protected]> Reviewed-By: Alexey Orlenko <[email protected]>
1 parent 0764255 commit e17fb82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.eslintrc.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ rules:
101101
func-call-spacing: error
102102
func-name-matching: error
103103
func-style: [error, declaration, {allowArrowFunctions: true}]
104-
# indent: [error, error, {ArrayExpression: first,
104+
# indent: [error, 2, {ArrayExpression: first,
105105
# CallExpression: {arguments: first},
106106
# FunctionDeclaration: {parameters: first},
107107
# FunctionExpression: {parameters: first},

0 commit comments

Comments
 (0)