File tree Expand file tree Collapse file tree 1 file changed +0
-3
lines changed
packages/eslint-plugin-specs Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -69,7 +69,6 @@ function requireModuleParser() {
6969 buildModuleSchema : RNParserCommons . buildModuleSchema ,
7070 createParserErrorCapturer : RNParserUtils . createParserErrorCapturer ,
7171 parser : new RNFlowParser . FlowParser ( ) ,
72- resolveTypeAnnotation : RNFlowParserUtils . resolveTypeAnnotation ,
7372 translateTypeAnnotation : RNModuleParser . flowTranslateTypeAnnotation ,
7473 } ;
7574}
@@ -149,7 +148,6 @@ function rule(context) {
149148 buildModuleSchema,
150149 createParserErrorCapturer,
151150 parser,
152- resolveTypeAnnotation,
153151 translateTypeAnnotation,
154152 } = requireModuleParser ( ) ;
155153
@@ -164,7 +162,6 @@ function rule(context) {
164162 ast ,
165163 tryParse ,
166164 parser ,
167- resolveTypeAnnotation ,
168165 translateTypeAnnotation ,
169166 ) ;
170167 } ) ;
You can’t perform that action at this time.
0 commit comments