8000 fix(utils): add missing `TSSatisfiesExpression` in `RuleListenerBaseS… · jakebailey/typescript-eslint@59bbf88 · GitHub
[go: up one dir, main page]

Skip to content
< 8000 div id="repo-content-pjax-container" class="repository-content " >

Commit 59bbf88

Browse files
authored
fix(utils): add missing TSSatisfiesExpression in RuleListenerBaseSelectors (typescript-eslint#9832)
1 parent 1c2938f commit 59bbf88

File tree

1 file changed

+1
-0
lines changed
  • packages/utils/src/ts-eslint

1 file changed

+1
-0
lines changed

packages/utils/src/ts-eslint/Rule.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -539,6 +539,7 @@ interface RuleListenerBaseSelectors {
539539
TSQualifiedName?: RuleFunction<TSESTree.TSQualifiedName>;
540540
TSReadonlyKeyword?: RuleFunction<TSESTree.TSReadonlyKeyword>;
541541
TSRestType?: RuleFunction<TSESTree.TSRestType>;
542+
TSSatisfiesExpression?: RuleFunction<TSESTree.TSSatisfiesExpression>;
542543
TSStaticKeyword?: RuleFunction<TSESTree.TSStaticKeyword>;
543544
TSStringKeyword?: RuleFunction<TSESTree.TSStringKeyword>;
544545
TSSymbolKeyword?: RuleFunction<TSESTree.TSSymbolKeyword>;

0 commit comments

Comments
 (0)
0