Skip to content

Commit

Permalink
Removing 'node_modules' folder from Ignore list in flowconfig file (#10)
Browse files Browse the repository at this point in the history
Summary:
Pull Request resolved: facebook/facebook-business-sdk-codegen#10

Removing 'node_modules' folder from Ignore list in flowconfig file will let it scan under node_modules and not throw flow errors for the require statement.

Reviewed By: jingping2015

Differential Revision: D19145169

fbshipit-source-id: d1dca308
  • Loading branch information
HeyMultiverse authored and facebook-github-bot committed Dec 17, 2019
1 parent 9430633 commit fc20349
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .flowconfig
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
[ignore]
.*node_modules.*
.*dist.*
.*docs/.*
.*examples/.*
Expand Down

0 comments on commit fc20349

Please sign in to comment.