Properly integrate standard JS tools for JS and TS code
[poolifier.git] / .vscode / settings.json
1 {
2 "editor.codeActionsOnSave": {
3 "source.fixAll": true
4 },
5 "cSpell.words": [
6 "Alessandro",
7 "Ardizio",
8 "Benoit",
9 "caffeinate",
10 "Dependabot",
11 "Gitter",
12 "inheritDoc",
13 "lcov",
14 "loglevel",
15 "markdownlint",
16 "microjob",
17 "microtime",
18 "mochawesome",
19 "MYBENCH",
20 "piment",
21 "poolifier",
22 "poolify",
23 "serializable",
24 "Shinigami",
25 "suchmokuo",
26 "threadjs",
27 "threadwork",
28 "workerpool"
29 ],
30 "sonarlint.connectedMode.project": {
31 "connectionId": "pioardi",
32 "projectKey": "pioardi_poolifier"
33 }
34 }