flow2schema/.flowconfig

19 lines
240 B
Plaintext
Raw 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]
all=warn
[options]
all=true
module.use_strict=true
munge_underscores=true
include_warnings=true
unsafe.enable_getters_and_setters=true