zepio/.flowconfig

16 lines
171 B
Plaintext

[ignore]
.*/node_modules/polished/.*
./__tests__/**.js
[include]
[libs]
flow-typed
flow-custom-typedefs
[lints]
[options]
esproposal.optional_chaining=enable
[strict]