[ignore]

<PROJECT_ROOT>/build
; FIXME: we should be flow checking against jss
.*/node_modules/jss/lib/.*\.js\.flow

[include]

[libs]

# local/custom libdefs
./flow
;./node_modules/jss/flow-typed

[options]

include_warnings=true
esproposal.class_static_fields=enable
esproposal.class_instance_fields=enable
esproposal.export_star_as=enable
esproposal.decorators=ignore

suppress_type=$FlowFixMe
suppress_comment= \\(.\\|\n\\)*\\$FlowFixMe
suppress_comment= \\(.\\|\n\\)*\\$FlowIgnore

[lints]

all=error
sketchy-null-bool=off
sketchy-null-mixed=off
sketchy-null-number=off
sketchy-null-string=off
unclear-type=off
untyped-import=off
untyped-type-import=off
