build: silence linter
[poolifier.git] / .vscode / settings.json
1 {
2 "editor.codeActionsOnSave": {
3 "source.fixAll": "explicit"
4 },
5 "cSpell.words": [
6 "Alessandro",
7 "Ardizio",
8 "autobuild",
9 "autocannon",
10 "Benoit",
11 "biomejs",
12 "bufferutil",
13 "caffeinate",
14 "cloneable",
15 "codeql",
16 "commitlint",
17 "Dependabot",
18 "deque",
19 "deregisters",
20 "eventloop",
21 "Fastify",
22 "FOSS",
23 "Gitter",
24 "inheritDoc",
25 "IWRR",
26 "jaywcjlove",
27 "lcov",
28 "libuv",
29 "linebreak",
30 "loglevel",
31 "markdownlint",
32 "maxdepth",
33 "microjob",
34 "microtime",
35 "mochawesome",
36 "MYBENCH",
37 "nanothreads",
38 "nproc",
39 "octocat",
40 "opencollective",
41 "OPTARG",
42 "Parens",
43 "piment",
44 "pioardi",
45 "poolifier",
46 "poolify",
47 "preinstall",
48 "Quadflieg",
49 "Shinigami",
50 "sonarsource",
51 "suchmokuo",
52 "threadjs",
53 "THREADPOOL",
54 "threadwork",
55 "tinypool",
56 "trimmable",
57 "tsdoc",
58 "typedoc",
59 "workerpool"
60 ],
61 "sonarlint.connectedMode.project": {
62 "connectionId": "poolifier",
63 "projectKey": "poolifier_poolifier"
64 }
65 }