forked from styled-components/styled-components
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.flowconfig
35 lines (31 loc) · 824 Bytes
/
.flowconfig
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
26
27
28
29
30
31
32
33
34
35
[ignore]
<PROJECT_ROOT>/packages/sandbox/.*
<PROJECT_ROOT>/packages/benchmarks/.*
.*/node_modules/.cache/.*
.*/node_modules/.*/__tests__/.*
.*/node_modules/.*/test/.*
.*/node_modules/@babel/.*
.*/node_modules/babel[A-Za-z-]*/.*
.*/node_modules/eslint[A-Za-z0-9-]*/.*
.*/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/puppeteer/.*
.*/benchmarks/.*
.*/dist/.*
.*/lib/.*
.*/src/test/.*
.*/src/vendor/.*
.*/src/.*/test/.*
.*/example/.*
.*/integration-test/.*
.*/sandbox/.*
[options]
suppress_comment=.*\\$FlowFixMe
suppress_comment=.*\\$FlowInvalidInputTest