zepio/.flowconfig

16 lines
171 B
Plaintext
Raw Normal View History

2018-11-23 10:41:50 -08:00
[ignore]
.*/node_modules/polished/.*
2019-01-28 16:33:23 -08:00
./__tests__/**.js
2018-11-23 10:41:50 -08:00
[include]
[libs]
flow-typed
2019-01-28 16:33:23 -08:00
flow-custom-typedefs
2018-11-23 10:41:50 -08:00
[lints]
[options]
esproposal.optional_chaining=enable
2018-11-23 10:41:50 -08:00
[strict]