110 lines
2.0 KiB
JSON
110 lines
2.0 KiB
JSON
{
|
|
"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
|
|
}
|