Skip to content

Commit 4e63d1d

Browse files
authored
refactor: remove extraneous comments from generated declaration (#358)
1 parent e7d1be4 commit 4e63d1d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/plugin-kit/src/source-code.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@
1919
/** @typedef {import("@eslint/core").DirectiveType} DirectiveType */
2020
/** @typedef {import("@eslint/core").SourceCodeBaseTypeOptions} SourceCodeBaseTypeOptions */
2121
/**
22-
* @typedef {import("@eslint/core").TextSourceCode<Options>} TextSourceCode<Options>
22+
* @typedef {import("@eslint/core").TextSourceCode<Options>} TextSourceCode
2323
* @template {SourceCodeBaseTypeOptions} [Options=SourceCodeBaseTypeOptions]
2424
*/
2525
/** @typedef {import("@eslint/core").RuleVisitor} RuleVisitor */
2626
/**
27-
* @typedef {import("./types.ts").CustomRuleVisitorWithExit<RuleVisitorType>} CustomRuleVisitorWithExit<RuleVisitorType>
27+
* @typedef {import("./types.ts").CustomRuleVisitorWithExit<RuleVisitorType>} CustomRuleVisitorWithExit
2828
* @template {RuleVisitor} RuleVisitorType
2929
*/
3030

0 commit comments

Comments
 (0)