Fix Invalid_flowconfig error (#505)

The .flowconfig file had an empty line at the start which causes the following issue when running the "npm test:flow" command:
{"code":8,"reason":"Invalid_flowconfig","msg":".flowconfig:1 Unexpected config line not in any section"}

Microsoft Windows 10 Pro Build 15063
Node v8.6.0
Flow 0.55.0
This commit is contained in:
Atvaark 2017-10-06 21:08:01 +02:00 committed by Gregory Schier
parent 3908da67b6
commit b3c37dc067

View File

@ -1,4 +1,3 @@
[ignore]
.*/node_modules/.*
.*/__fixtures__/.*
@ -11,4 +10,4 @@ flow-typed/
[options]
esproposal.decorators=ignore
[lints]
[lints]