build: add commitlint
[benchmarks-js.git] / .vscode / settings.json
index eb3d18bbe9452ab8bcde30086aaa3631b92513c5..26e8c1baf86c2384fc619889bea90a01b916bdf8 100644 (file)
@@ -1,5 +1,13 @@
 {
   "editor.codeActionsOnSave": {
     "source.fixAll": true
-  }
+  },
+  "cSpell.words": [
+    "benoit",
+    "commitlint",
+    "deepmerge",
+    "microtime",
+    "piment",
+    "preinstall"
+  ]
 }