浏览代码

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

master
Lyubomir Marinov 8 年前
父节点
当前提交
06ff02c2a5
共有 1 个文件被更改,包括 6 次插入0 次删除
  1. 6
    0
      .flowconfig

+ 6
- 0
.flowconfig 查看文件

@@ -14,6 +14,12 @@
14 14
 .*/Libraries/react-native/React.js
15 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 23
 [include]
18 24
 
19 25
 [libs]

正在加载...
取消
保存