File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed
packages/experimental-utils/src/ts-eslint Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -277,7 +277,6 @@ interface RuleListener {
277
277
ClassDeclaration ?: RuleFunction < TSESTree . ClassDeclaration > ;
278
278
ClassExpression ?: RuleFunction < TSESTree . ClassExpression > ;
279
279
ClassProperty ?: RuleFunction < TSESTree . ClassProperty > ;
280
- // Comment?: RuleFunction<TSESTree.Comment>;
281
280
ConditionalExpression ?: RuleFunction < TSESTree . ConditionalExpression > ;
282
281
ContinueStatement ?: RuleFunction < TSESTree . ContinueStatement > ;
283
282
DebuggerStatement ?: RuleFunction < TSESTree . DebuggerStatement > ;
@@ -338,7 +337,6 @@ interface RuleListener {
338
337
TemplateLiteral ?: RuleFunction < TSESTree . TemplateLiteral > ;
339
338
ThisExpression ?: RuleFunction < TSESTree . ThisExpression > ;
340
339
ThrowStatement ?: RuleFunction < TSESTree . ThrowStatement > ;
341
- // Token?: RuleFunction<TSESTree.Token>;
342
340
TryStatement ?: RuleFunction < TSESTree . TryStatement > ;
343
341
TSAbstractClassProperty ?: RuleFunction < TSESTree . TSAbstractClassProperty > ;
344
342
TSAbstractKeyword ?: RuleFunction < TSESTree . TSAbstractKeyword > ;
You can’t perform that action at this time.
0 commit comments