insomnia/.flowconfig
Atvaark b3c37dc067 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
2017-10-06 21:08:01 +02:00

14 lines
127 B
Plaintext

[ignore]
.*/node_modules/.*
.*/__fixtures__/.*
[include]
[libs]
flow-typed/
[options]
esproposal.decorators=ignore
[lints]