Skip to content

Commit e5de338

Browse files
committed
fix syntax error in test
1 parent c2c3121 commit e5de338

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/rules/naming-convention/default/test.ts.lint

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ interface BadPAscal{}
3737
function foo({_Bar, Baz, _bas}) {}
3838
~~~~ [parameter name must be in strictCamelCase]
3939
~~~ [parameter name must be in strictCamelCase]
40-
function Foo([Foo, , Bar) {}
40+
function Foo([Foo, , Bar]) {}
4141
~~~ [function name must be in strictCamelCase]
4242
~~~ [parameter name must be in strictCamelCase]
4343
~~~ [parameter name must be in strictCamelCase]

0 commit comments

Comments
 (0)