forked from chenglou/react-motion
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.flowconfig
More file actions
23 lines (20 loc) · 708 Bytes
/
.flowconfig
File metadata and controls
23 lines (20 loc) · 708 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
[ignore]
.*/node_modules/fbjs/lib/PromiseMap.js
.*/node_modules/fbjs/lib/fetchWithRetries.js
.*/node_modules/fbjs/lib/Deferred.js.flow
.*/node_modules/fbjs/lib/equalsSet.js.flow
.*/node_modules/fbjs/lib/shallowEqual.js.flow
.*/node_modules/fbjs/lib/someSet.js.flow
.*/node_modules/fbjs/lib/everySet.js.flow
.*/node_modules/fbjs/lib/UnicodeBidi.js.flow
.*/node_modules/fbjs/lib/UnicodeBidiService.js.flow
.*/node_modules/kefir/kefir.js.flow
.*/node_modules/kefir/dist/kefir.js.flow
.*/test/.*
.*/node_modules/@webassemblyjs/.*
.*/node_modules/eslint-plugin-jsx-a11y/.*
.*/node_modules/rollup-plugin-size-snapshot/.*
.*/node_modules/babel-plugin-transform-react-remove-prop-types
[include]
[libs]
[options]