-
Notifications
You must be signed in to change notification settings - Fork 1
/
.yo-rc.json
54 lines (54 loc) · 1.46 KB
/
.yo-rc.json
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
{
"pob": {
"promptValues": {
"authorName": "Christophe Hurpeau",
"authorEmail": "[email protected]",
"authorUrl": "https://christophe.hurpeau.com"
},
"monorepo": {
"ci": true,
"testing": true,
"codecov": true,
"documentation": true,
"typescript": true,
"eslint": true,
"packageNames": [
"nightingale-level-names",
"nightingale-levels",
"nightingale-types",
"nightingale-logger",
"nightingale-sentry",
"nightingale-web-processor",
"nightingale-winston-adapter",
"nightingale",
"nightingale-ansi-formatter",
"nightingale-app-console",
"nightingale-browser-console",
"nightingale-browser-console-formatter",
"nightingale-console",
"nightingale-console-output",
"nightingale-debug",
"nightingale-formatter",
"nightingale-html-formatter",
"nightingale-json-formatter",
"nightingale-markdown-formatter",
"nightingale-raw-formatter",
"nightingale-react-native-console",
"nightingale-slack",
"nightingale-string",
"nightingale-unit-testing",
"nightingale-app-react-native",
"nightingale-console-example",
"nightingale-example"
]
},
"renovate": {
"enable": true
},
"project": {
"type": "lib",
"yarnNodeLinker": "node-modules",
"packageManager": "yarn"
}
}
}