File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments