[ignore]
src/log-files
src/old
.*/node_modules/.*broken.json

[include]
srcjs

[libs]
# https://github.com/nrnb/GoogleSummerOfCode/issues/94
# cytoscape is getting flow this summer

[lints]
# all=off by default
all=error
sketchy-null=warn
untyped-type-import=off
unclear-type=off
unsafe-getters-setters=off

[options]
suppress_comment=\\(.\\|\n\\)*\\$Flow

[strict]
nonstrict-import
unclear-type
unsafe-getters-setters
untyped-import
untyped-type-import
