zepio/.flowconfig

15 lines
144 B
Plaintext
Raw Normal View History

2018-11-23 10:41:50 -08:00
[ignore]
.*/node_modules/polished/.*
./__tests__
2018-11-23 10:41:50 -08:00
[include]
[libs]
flow-typed
2018-11-23 10:41:50 -08:00
[lints]
[options]
esproposal.optional_chaining=enable
2018-11-23 10:41:50 -08:00
[strict]