build: add commitlint
[benchmarks-js.git] / .vscode / settings.json
1 {
2 "editor.codeActionsOnSave": {
3 "source.fixAll": true
4 },
5 "cSpell.words": [
6 "benoit",
7 "commitlint",
8 "deepmerge",
9 "microtime",
10 "piment",
11 "preinstall"
12 ]
13 }