main
text 41 lines 780 Bytes
Raw
1 [ignore]
2 .*/scripts/bench/.*
3 .*/build/.*
4 .*/fixtures/.*
5 # Any hidden directory
6 .*/\..*
7
8 # These shims are copied into external projects:
9 .*/rollup/shims/facebook-www/.*
10 .*/rollup/shims/react-native/.*
11
12 .*/node_modules/fbjs/lib/keyMirrorRecursive.js.flow
13 .*/node_modules/resolve/test/.*
14 .*/__mocks__/.*
15 .*/__tests__/.*
16
17
18 %REACT_RENDERER_FLOW_IGNORES%
19
20 [libs]
21 ./node_modules/fbjs/flow/lib/dev.js
22 ./scripts/flow/environment.js
23 ./scripts/flow/react-devtools.js
24 ./scripts/flow/react-native-host-hooks.js
25 ./scripts/flow/xplat.js
26
27 [lints]
28 untyped-type-import=error
29 internal-type=off
30 deprecated-type=off
31 unsafe-object-assign=off
32
33 [options]
34 munge_underscores=false
35 react.custom_jsx_typing=true
36
37 # Substituted by createFlowConfig.js:
38 %REACT_RENDERER_FLOW_OPTIONS%
39
40 [version]
41 %FLOW_VERSION%