forked from airbnb/react-sketchapp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.flowconfig
45 lines (38 loc) · 1.08 KB
/
.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
38
39
40
41
42
43
44
45
[ignore]
# Ignore react and fbjs where there are overlaps, but don't ignore
# anything that react-native relies on
.*/node_modules/fbjs.*
.*/node_modules/babel.*
.*/node_modules/babylon.*
.*/node_modules/animated.*
# npm3 and other tooling interop is so fun
.*/examples/.*/node_modules
.*/node_modules/binary-extensions.*
.*/node_modules/builtin-modules.*
.*/node_modules/jasmine-es6.*
.*/node_modules/json5.*
.*/node_modules/resolve.*
.*/node_modules/spdx-exceptions.*
.*/node_modules/spdx-license-ids.*
.*/node_modules/ua-parser-js.*
.*/node_modules/y18n.*
.*/node_modules/iconv-lite.*
.*/node_modules/is-my-json-valid.*
# I don't even know why these have started to break, fml
.*/node_modules/config-chain.*
.*/node_modules/npmconf.*
.*/node_modules/conventional-changelog-core.*
.*/node_modules/npm.*
.*/node_modules/kefir.*
.*/_backup
.*/docs
.*/_book
./lib
.*/examples/.*
[include]
[libs]
flow-typed/fbjs.js
flow-typed/sketch.js
[options]
suppress_comment=\\(.\\|\n\\)*\\$FlowFixMe\\($\\|[^(]\\|(\\(>=0\\.\\(2[0-0]\\|1[0-9]\\|[0-9]\\).[0-9]\\)? *\\)
esproposal.class_static_fields=enable