소스 검색

[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]

Loading…
취소
저장