forked from react-page/react-page
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.flowconfig
37 lines (32 loc) · 953 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
36
37
[options]
[include]
./packages/*/src/
./packages/plugins/content/*/src/
./packages/plugins/layout/*/src/
[ignore]
<PROJECT_ROOT>/node_modules/.*
<PROJECT_ROOT>/examples/.*
.*/coverage/.*
.*/packages/*/lib/.*
.*/node_modules/ory-editor-.*/src/.*
.*/node_modules/ory-editor-.*/node_modules/.*
.*/node_modules/documentation/.*
.*/node_modules/npm/.*
.*/node_modules/webpack/.*
.*/node_modules/react-scripts/.*
.*/node_modules/config-chain/test/.*.json
.*/node_modules/react-resizable/build/.*.flow
.*/node_modules/react-draggable/lib/.*
.*/node_modules/match-at/.*
.*/node_modules/conventional-changelog-core/test/fixtures/.*
.*/node_modules/node-uuid/lib/sha1-browser\.js
.*/node_modules/react-event-listener/src/.*
.*/node_modules/babel.*
.*/node_modules/chokidar.*
.*/node_modules/eslint.*
.*/node_modules/gitbook.*
.*/node_modules/husky.*
.*/node_modules/lerna.*
.*/node_modules/postcss.*
.*/node_modules/react-scripts.*
.*/node_modules/webpack.*