-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.flowconfig
More file actions
61 lines (55 loc) · 1.37 KB
/
Copy path.flowconfig
File metadata and controls
61 lines (55 loc) · 1.37 KB
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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
[ignore]
.*/node_modules/babel-.*
.*/node_modules/lodash.*
.*/node_modules/is.*
.*/node_modules/webpack.*
.*/node_modules/eslint.*
.*/node_modules/ansi-.*
.*/node_modules/array-.*
.*/node_modules/async.*
.*/node_modules/react-.*
.*/node_modules/express.*
.*/node_modules/html.*
.*/node_modules/has.*
.*/node_modules/yargs.*
.*/node_modules/es6.*
.*/node_modules/require.*
.*/node_modules/request.*
.*/node_modules/css.*
.*/node_modules/console.*
.*/node_modules/color.*
.*/node_modules/big.*
.*/node_modules/os.*
.*/node_modules/opt.*
.*/node_modules/object.*
.*/node_modules/acorn.*
.*/node_modules/xml.*
.*/node_modules/flow-runtime-cli.*
.*/build/.*
./config/.*
[include]
.*/node_modules/flow-runtime/.*
[libs]
flow-typed
flow-typed/npm
[options]
all=false
emoji=false
max_header_tokens=2
esproposal.class_instance_fields=enable
esproposal.class_static_fields=enable
esproposal.decorators=warn
esproposal.export_star_as=warn
experimental.const_params=false
module.use_strict=true
munge_underscores=true
module.file_ext=.js
module.file_ext=.jsx
module.file_ext=.less
module.file_ext=.graphql
module.file_ext=.graphql.js
module.name_mapper='.*\(.less\)' -> 'LessModule'
module.name_mapper='^styles\(.*\)$' -> '<PROJECT_ROOT>/src/styles/\1'
module.name_mapper='^components\(.*\)$' -> '<PROJECT_ROOT>/src/components/\1'
module.name_mapper='^server\(.*\)$' -> '<PROJECT_ROOT>/src/server/\1'
[version]