Skip to content

Commit

Permalink
Merge branch 'master' into patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
Validark committed Aug 8, 2019
2 parents b906a23 + 3c902a1 commit 9f52160
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 9f52160

Please sign in to comment.