accounts-frontend/.flowconfig

20 lines
365 B
Plaintext
Raw Normal View History

2017-06-08 01:38:21 +05:30
[ignore]
2017-06-13 00:41:23 +05:30
.*/node_modules/fbjs/lib/.*
2017-08-23 02:01:41 +05:30
.*/node_modules/react-motion/lib/.*
.*/tests-e2e/.*
2017-06-08 01:38:21 +05:30
[include]
[libs]
2017-08-23 00:09:08 +05:30
./flow-typed
2017-06-08 01:38:21 +05:30
[options]
module.system.node.resolve_dirname=node_modules
module.system.node.resolve_dirname=src
module.file_ext=.js
module.file_ext=.json
module.file_ext=.jsx
module.file_ext=.css
module.file_ext=.scss
2017-12-31 01:12:49 +05:30
module.ignore_non_literal_requires=true