Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Literal
RuleListener
1 parent 39e41b5 commit 3c902a1Copy full SHA for 3c902a1
packages/experimental-utils/src/ts-eslint/Rule.ts
@@ -270,6 +270,7 @@ interface RuleListener {
270
JSXSpreadChild?: RuleFunction<TSESTree.JSXSpreadChild>;
271
JSXText?: RuleFunction<TSESTree.JSXText>;
272
LabeledStatement?: RuleFunction<TSESTree.LabeledStatement>;
273
+ Literal?: RuleFunction<TSESTree.Literal>;
274
LogicalExpression?: RuleFunction<TSESTree.LogicalExpression>;
275
MemberExpression?: RuleFunction<TSESTree.MemberExpression>;
276
MetaProperty?: RuleFunction<TSESTree.MetaProperty>;
0 commit comments