Skip to content

Commit

Permalink
Remove duplicate flow ignore
Browse files Browse the repository at this point in the history
Summary:
Added this as part of a random PR to get flow passing. This collides with a similar fix by bvaughn so let's remove mine. Also I messed up and there is a + at the start of the line :o
Closes facebook#13103

Differential Revision: D4761349

fbshipit-source-id: 0abde66a1ac4c185bbd7142ecd800cf5ac8f3c5b
  • Loading branch information
janicduplessis authored and thotegowda committed May 7, 2017
1 parent 636e3dd commit 9b04a78
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
Expand Up @@ -13,7 +13,6 @@

; Ignore unexpected extra "@providesModule"
.*/node_modules/.*/node_modules/fbjs/.*
+.*/node_modules/react-dom/.*

; Ignore duplicate module providers
; For RN Apps installed via npm, "Libraries" folder is inside
Expand Down

0 comments on commit 9b04a78

Please sign in to comment.