zepio/.flowconfig

18 lines
217 B
Plaintext
Raw Permalink 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
./flow-typed/npm/styled-components_v4.x.x.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]