X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=.vscode%2Fsettings.json;h=08c54e2dfe43c9347f11fbd143aaadf9c1b60ba9;hb=bec62cc49d10c955e245996e8f5a823b79b654e2;hp=7f03402b43359c166de9537906df54405ec0e4c7;hpb=f14d4ce4c9ff445030b42f1b451f198de2664d25;p=benchmarks-js.git diff --git a/.vscode/settings.json b/.vscode/settings.json index 7f03402..08c54e2 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,11 +1,17 @@ { "editor.codeActionsOnSave": { - "source.fixAll": true + "source.fixAll": "explicit" }, "cSpell.words": [ "benoit", + "biomejs", + "commitlint", "deepmerge", - "microtime", - "preinstall" + "hasher", + "neostandard", + "piment", + "poolifier", + "preinstall", + "rambda" ] }