Skip to content

Commit 64429ad

Browse files
committed
remove type annotation from comment in test-case-shorthand-string
1 parent ff19420 commit 64429ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/lib/rules/test-case-shorthand-strings.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import { RuleTester } from 'eslint';
1313
/**
1414
* Returns the code for some valid test cases
1515
* @param cases The code representation of valid test cases
16-
* @returns {string} Code representing the test cases
16+
* @returns Code representing the test cases
1717
*/
1818
function getTestCases(cases: string[]): string {
1919
return `

0 commit comments

Comments
 (0)