Skip to content

Commit

Permalink
Remove specifi version for flowconfig and ignore node_modules
Browse files Browse the repository at this point in the history
  • Loading branch information
jacklam718 committed Apr 1, 2019
1 parent af5e8c2 commit 4e4c6f1
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .flowconfig
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
[ignore]
.*/node_modules/.*

; We fork some components by platform
.*/*[.]android.js

Expand Down Expand Up @@ -64,7 +66,4 @@ suppress_type=$FlowFixMeState
suppress_comment=\\(.\\|\n\\)*\\$FlowFixMe\\($\\|[^(]\\|(\\(<VERSION>\\)? *\\(site=[a-z,_]*react_native[a-z,_]*\\)?)\\)
suppress_comment=\\(.\\|\n\\)*\\$FlowIssue\\((\\(<VERSION>\\)? *\\(site=[a-z,_]*react_native[a-z,_]*\\)?)\\)?:? #[0-9]+
suppress_comment=\\(.\\|\n\\)*\\$FlowFixedInNextDeploy
suppress_comment=\\(.\\|\n\\)*\\$FlowExpectedError

[version]
^0.81.0
suppress_comment=\\(.\\|\n\\)*\\$FlowExpectedError

0 comments on commit 4e4c6f1

Please sign in to comment.