-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy path.yaspeller.json
109 lines (105 loc) · 1.96 KB
/
.yaspeller.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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
{
"excludeFiles": [".git", ".vscode", "node_modules", "lib"],
"lang": "en",
"fileExtensions": [".md"],
// "fileExtensions": [".md", ".ts"],
"dictionary": [
"(G|g)otenberg",
"(J|T)S",
"TypeScript",
"(M|m)arkdown",
"Node(js|JS)",
"TODO",
"Setplex",
"toBe",
"toThrow",
"enum",
"typeof",
"instanceof",
"startsWith",
"int",
"pdf",
"odt",
"pptx",
"odp",
"stylesheets",
"docx",
"unoconv",
"rtf",
"clnt",
"noop",
"src",
"uri",
"fn",
"fs",
"fns",
"param",
"req",
"tslint",
"fileNameRE",
"statusCode",
"statusMessage",
"basename",
"extname",
"webhook",
"formdata",
"iterables",
"getHeaders",
"isArray",
"isBuffer",
"isFileName",
"isFileUri",
"isIterable",
"isObject",
"isPlain",
"isStream",
"isString",
"isTuple",
"isURL",
"toStream",
"toStreams",
"toEqual",
"toTuples",
"fromFile",
"createReadStream",
"waitTimeout",
"webhookURL",
"webhookURLTimeout",
"resultFilename",
"waitDelay",
"googleChromeRpccBufferSize",
"paper(Width|Height)",
"margin(Top|Bottom|Left|Right)",
"landscape",
"remoteURL",
"paperSize",
"marginSizes",
"noMargins",
"normalMargins",
"largeMargins",
"(a|A|T|f|z|Z)[0-9a]",
"FormData",
"(I|i)terable",
"ReadableStream",
"ReadStream",
"GotenbergClient",
"GotenbergClient(Class|Function)",
"RequestType",
"FileURI",
"RequestFields",
"(Common|Chrome|Html|Markdown|Office|Url|Merge)RequestFields",
"FieldsModifier",
"(Paper|Margin|Conversion)Options",
"Source",
"PlainSources",
"(Plain|Tuple|Object|TupleStreams)Source",
"Request",
"RequestEx",
"(Url|Ping|Html|Merge|Office|Markdown|Typed)Request"
],
"ignoreText": [],
"ignoreUrls": true,
"ignoreUppercase": true,
"findRepeatWords": false,
"maxRequests": 5
}