Add .flowconfig (#1711)

I have no intention of using flow to type prettier but adding this file makes Nuclide run flow and get jump to definition and some datatips for what it can infer.
master
Christopher Chedeau 2017-05-24 13:20:25 -07:00 committed by GitHub
parent 58194e5375
commit a53c609f8f
1 changed files with 3 additions and 0 deletions

3
.flowconfig Normal file
View File

@ -0,0 +1,3 @@
[ignore]
.*/tests/.*
.*/node_modules/.*