Add vscode configuration
[benchmarks-js.git] / .vscode / settings.json
1 {
2 "editor.codeActionsOnSave": {
3 "source.fixAll": true
4 }
5 }