Apply same config for Android

This commit is contained in:
Mike Grabowski 2018-11-22 18:29:16 +01:00
parent 26bdd5ba4e
commit e71fb64ecd
2 changed files with 4 additions and 7 deletions

View File

@ -22,9 +22,6 @@
; Ignore polyfills
.*/Libraries/polyfills/.*
; Ignore metro
;.*/node_modules/metro/.*
; These should not be required directly
; require from fbjs/lib instead: require('fbjs/lib/invariant')
.*/node_modules/invariant/.*
@ -104,4 +101,4 @@ untyped-type-import
^0.85.0
[untyped]
.*/metro/.*
.*/node_modules/metro/.*

View File

@ -22,9 +22,6 @@
; Ignore polyfills
.*/Libraries/polyfills/.*
; Ignore metro
.*/node_modules/metro/.*
; These should not be required directly
; require from fbjs/lib instead: require('fbjs/lib/invariant')
.*/node_modules/invariant/.*
@ -102,3 +99,6 @@ untyped-type-import
[version]
^0.85.0
[untyped]
.*/node_modules/metro/.*