[ignore]

<PROJECT_ROOT>/build
.*/node_modules/react-scrollbar-size
.*/node_modules/fbjs/lib/partitionObjectByKey.js
.*/node_modules/mitt
.*/node_modules/npmconf/test/fixtures/package.json
.*/node_modules/react-swipeable-views
.*/node_modules/react-flow-types/tests
.*/node_modules/eslint-plugin-jsx-a11y
.*/node_modules/react-number-format/src
.*/scripts
.*/docs/webpack.*
; FIXME: we should be flow checking against jss
.*/node_modules/jss/lib/.*\.js\.flow
.*/examples/.*/node_modules/.*

[libs]

flow/interfaces

[options]

include_warnings=true
esproposal.class_static_fields=enable
esproposal.class_instance_fields=enable
module.file_ext=.js
module.file_ext=.md
module.name_mapper='.*\.\(html\|css\|svg\|png\|jpg\|gif\)$' -> '<PROJECT_ROOT>/flow/stubs/url-loader.js'
module.name_mapper='^@material-ui/core\/\(.*\)$' -> '<PROJECT_ROOT>/packages/material-ui/src/\1'
module.name_mapper='^@material-ui/icons\/\(.*\)$' -> '<PROJECT_ROOT>/packages/material-ui-icons/src/\1'

module.ignore_non_literal_requires=true
module.system.node.resolve_dirname=node_modules
module.system.node.resolve_dirname=.

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
