flow2schema/.flowconfig

23 lines
367 B
Plaintext

[ignore]
.*/node_modules/.*
.*/coverage/.*
.*/tests/samples/.*
.*/lib/.*
[libs]
declarations/
[lints]
all=error
unsafe-getters-setters=off
[options]
all=true
module.use_strict=true
munge_underscores=true
include_warnings=true
suppress_comment= \\(.\\|\n\\)*\\$FlowFixMe
suppress_comment= \\(.\\|\n\\)*\\$FlowIssue
suppress_type=$FlowFixMe
suppress_type=$FlowIssue