build: cleanup configuration
[benchmarks-js.git] / .vscode / settings.json
index eb3d18bbe9452ab8bcde30086aaa3631b92513c5..1c41fb302b298f8de29bd58359c78a751ffe8785 100644 (file)
@@ -1,5 +1,15 @@
 {
   "editor.codeActionsOnSave": {
-    "source.fixAll": true
-  }
+    "source.fixAll": "explicit"
+  },
+  "cSpell.words": [
+    "benoit",
+    "biomejs",
+    "commitlint",
+    "deepmerge",
+    "piment",
+    "poolifier",
+    "preinstall",
+    "rambda"
+  ]
 }