prepack/.flowconfig
Nikolai Tillmann 4d8b90a94e Upgrading to Flow .69, starting @flow strict annotations
Summary:
Release notes: None

Upgraded to Flow .69
Added [strict] section to .flowconfig
Started going strict with a simple file

The Flow team suggests to do this on a file-by-file basis,
instead of doing it on a rule-by-rule basis.
Closes https://github.com/facebook/prepack/pull/1692

Differential Revision: D7478479

Pulled By: NTillmann

fbshipit-source-id: b279f6b3a350cc70c263b693522016a20fc8d5d7
2018-04-02 22:28:33 -07:00

31 lines
504 B
Plaintext

[ignore]
.*/node_modules/babel.*
.*/test262/.*
.*/node_modules/.*\.json
.*/lib/.*
.*/fb-www/input*.js
.*/fb-www/output*.js
.*/test/serializer/.*
.*/scripts/prettier.js
.*/tmp_website_build/.*
[include]
[libs]
flow-libs
[options]
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