forked from styled-components/styled-components
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.flowconfig
More file actions
25 lines (22 loc) · 675 Bytes
/
.flowconfig
File metadata and controls
25 lines (22 loc) · 675 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
[ignore]
.*/node_modules/flow-remove-types/.*
.*/node_modules/react-native/.*
.*/node_modules/rollup-plugin-flow/.*
.*/node_modules/animated/.*
.*/node_modules/react-sketchapp/.*
.*/node_modules/react-native-web/.*
.*/node_modules/metro/.*
.*/node_modules/metro-bundler/.*
.*/node_modules/metro-source-map/.*
.*/node_modules/babel-plugin-transform-react-remove-prop-types/.*
.*/dist/.*
.*/lib/.*
.*/node_modules/babel-plugin-flow-react-proptypes/src/__test__/.*
.*/src/.*/test/.*
[include]
[libs]
.*/node_modules/danger/distribution/danger.js.flow
[options]
suppress_comment=.*\\$FlowFixMe
suppress_comment=.*\\$FlowInvalidInputTest
unsafe.enable_getters_and_setters=true