prepack/.flowconfig

33 lines
538 B
Plaintext
Raw Normal View History

2015-10-15 02:59:41 +03:00
[ignore]
.*/node_modules/@babel/.*
2015-10-15 02:59:41 +03:00
.*/test262/.*
.*/node_modules/.*\.json
.*/lib/.*
.*/fb-www/input*.js
.*/fb-www/output*.js
.*/test/serializer/.*
.*/scripts/prettier.js
.*/tmp_website_build/.*
babel.config.js
2015-10-15 02:59:41 +03:00
[include]
[libs]
flow-libs
2015-10-15 02:59:41 +03:00
[options]
merge_timeout=0
2015-10-15 02:59:41 +03:00
suppress_comment= \\(.\\|\n\\)*\\$FlowFixMe
esproposal.class_static_fields=enable
esproposal.class_instance_fields=enable
module.name_mapper='/lib/' -> '/src/'
[strict]
nonstrict-import
unclear-type
unsafe-getters-setters
untyped-import
untyped-type-import
sketchy-null