We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c2c3121 commit e5de338Copy full SHA for e5de338
test/rules/naming-convention/default/test.ts.lint
@@ -37,7 +37,7 @@ interface BadPAscal{}
37
function foo({_Bar, Baz, _bas}) {}
38
~~~~ [parameter name must be in strictCamelCase]
39
~~~ [parameter name must be in strictCamelCase]
40
-function Foo([Foo, , Bar) {}
+function Foo([Foo, , Bar]) {}
41
~~~ [function name must be in strictCamelCase]
42
43
0 commit comments