mirror of
https://github.com/Kong/insomnia
synced 2024-11-07 14:19:58 +00:00
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:
parent
3908da67b6
commit
b3c37dc067
@ -1,4 +1,3 @@
|
||||
|
||||
[ignore]
|
||||
.*/node_modules/.*
|
||||
.*/__fixtures__/.*
|
||||
@ -11,4 +10,4 @@ flow-typed/
|
||||
[options]
|
||||
esproposal.decorators=ignore
|
||||
|
||||
[lints]
|
||||
[lints]
|
||||
|
Loading…
Reference in New Issue
Block a user