Skip to content

Commit 86578bf

Browse files
committed
fix lint errors
1 parent 0e952c4 commit 86578bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/components/jsdoc2md-helpers/jsdoc-helper.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ module.exports = {
44
* @param {string|null|undefined} type - Raw JSDoc type string.
55
* @returns {string|null|undefined} Escaped string or original falsy value.
66
*/
7-
escapeType: function(type) {
7+
escapeType(type) {
88
if (!type) return type;
99

1010
return type

0 commit comments

Comments
 (0)