flow2schema/.flowconfig

22 lines
358 B
Plaintext
Raw Permalink Normal View History

2017-11-18 12:38:34 +03:00
[ignore]
.*/node_modules/.*
2017-11-21 16:32:29 +03:00
.*/coverage/.*
2017-11-18 12:38:34 +03:00
.*/tests/samples/.*
2017-11-18 12:45:54 +03:00
.*/lib/.*
2017-11-18 12:38:34 +03:00
[libs]
declarations/
[lints]
2017-12-01 20:01:04 +03:00
all=error
2018-07-24 23:13:34 +03:00
unsafe-getters-setters=off
2017-11-18 12:38:34 +03:00
[options]
module.use_strict=true
munge_underscores=true
include_warnings=true
2017-11-28 16:35:28 +03:00
suppress_comment= \\(.\\|\n\\)*\\$FlowFixMe
suppress_comment= \\(.\\|\n\\)*\\$FlowIssue
suppress_type=$FlowFixMe
suppress_type=$FlowIssue