Skip to content

Commit 2664786

Browse files
committed
Remove empty JSDoc comment
1 parent 700dfbe commit 2664786

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

transforms/angle-brackets/index.js

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -238,14 +238,6 @@ const shouldSkipFile = (fileInfo, config) => {
238238
return false;
239239
};
240240

241-
/**
242-
* exports
243-
*
244-
* @param fileInfo
245-
* @param api
246-
* @param options
247-
* @returns {undefined}
248-
*/
249241
function transform(fileInfo, api, config) {
250242
if (shouldSkipFile(fileInfo, config)) {
251243
return fileInfo.source;

0 commit comments

Comments
 (0)