Created
August 4, 2016 01:43
-
-
Save torifat/756443d1bab62abda5f87c3ca2c90dc8 to your computer and use it in GitHub Desktop.
Default .flowconfig for create-react-app
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[libs] | |
./node_modules/fbjs/flow/lib | |
[options] | |
esproposal.class_static_fields=enable | |
esproposal.class_instance_fields=enable | |
module.name_mapper='^\(.*\)\.css$' -> 'react-scripts/config/flow/css' | |
module.name_mapper='^\(.*\)\.\(jpg\|png\|gif\|eot\|svg\|ttf\|woff\|woff2\|mp4\|webm\)$' -> 'react-scripts/config/flow/file' | |
suppress_type=$FlowIssue | |
suppress_type=$FlowFixMe |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
And what folders should be under
ignore
? Could you please help with this @langpavel?