Skip to content

Commit

Permalink
fix(eslint-plugin): add Literal to RuleListener types (#824)
Browse files Browse the repository at this point in the history
  • Loading branch information
Validark authored and bradzacher committed Aug 8, 2019
1 parent 39e41b5 commit 3c902a1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/experimental-utils/src/ts-eslint/Rule.ts
Expand Up @@ -270,6 +270,7 @@ interface RuleListener {
JSXSpreadChild?: RuleFunction<TSESTree.JSXSpreadChild>;
JSXText?: RuleFunction<TSESTree.JSXText>;
LabeledStatement?: RuleFunction<TSESTree.LabeledStatement>;
Literal?: RuleFunction<TSESTree.Literal>;
LogicalExpression?: RuleFunction<TSESTree.LogicalExpression>;
MemberExpression?: RuleFunction<TSESTree.MemberExpression>;
MetaProperty?: RuleFunction<TSESTree.MetaProperty>;
Expand Down

0 comments on commit 3c902a1

Please sign in to comment.