refactor: code cleanups
[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 "fastpath",
23 "FOSS",
24 "Gitter",
25 "inheritDoc",
26 "IWRR",
27 "jaywcjlove",
28 "lcov",
29 "libuv",
30 "linebreak",
31 "loglevel",
32 "markdownlint",
33 "maxdepth",
34 "microjob",
35 "microtime",
36 "mochawesome",
37 "MYBENCH",
38 "nanothreads",
39 "nproc",
40 "octocat",
41 "opencollective",
42 "OPTARG",
43 "Parens",
44 "piment",
45 "pioardi",
46 "poolifier",
47 "poolify",
48 "positionals",
49 "preinstall",
50 "Quadflieg",
51 "Shinigami",
52 "sonarsource",
53 "suchmokuo",
54 "threadjs",
55 "THREADPOOL",
56 "threadwork",
57 "tinypool",
58 "trimmable",
59 "tsdoc",
60 "typedoc",
61 "workerpool"
62 ],
63 "sonarlint.connectedMode.project": {
64 "connectionId": "poolifier",
65 "projectKey": "poolifier_poolifier"
66 }
67 }