mirror of
https://github.com/Kong/insomnia
synced 2024-11-07 14:19:58 +00:00
b3c37dc067
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
14 lines
127 B
Plaintext
14 lines
127 B
Plaintext
[ignore]
|
|
.*/node_modules/.*
|
|
.*/__fixtures__/.*
|
|
|
|
[include]
|
|
|
|
[libs]
|
|
flow-typed/
|
|
|
|
[options]
|
|
esproposal.decorators=ignore
|
|
|
|
[lints]
|