[flow] Ignore packages in node_modules that cause errors and we do not want to fix

This commit is contained in:
Lyubomir Marinov 2017-02-01 12:54:42 -06:00
parent 63fd263890
commit 06ff02c2a5
1 changed files with 6 additions and 0 deletions

View File

@ -14,6 +14,12 @@
.*/Libraries/react-native/React.js
.*/Libraries/react-native/ReactNative.js
; Ignore packages in node_modules which we (i.e. the jitsi-meet project) have
; seen to cause errors and we have chosen not to fix.
.*/node_modules/babel-core/.*
.*/node_modules/bower/.*
.*/node_modules/jsonlint/.*
[include]
[libs]