Browse Source

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

master
Lyubomir Marinov 8 years ago
parent
commit
06ff02c2a5
1 changed files with 6 additions and 0 deletions
  1. 6
    0
      .flowconfig

+ 6
- 0
.flowconfig View File

14
 .*/Libraries/react-native/React.js
14
 .*/Libraries/react-native/React.js
15
 .*/Libraries/react-native/ReactNative.js
15
 .*/Libraries/react-native/ReactNative.js
16
 
16
 
17
+; Ignore packages in node_modules which we (i.e. the jitsi-meet project) have
18
+; seen to cause errors and we have chosen not to fix.
19
+.*/node_modules/babel-core/.*
20
+.*/node_modules/bower/.*
21
+.*/node_modules/jsonlint/.*
22
+
17
 [include]
23
 [include]
18
 
24
 
19
 [libs]
25
 [libs]

Loading…
Cancel
Save