hash-files/.vscode/settings.json

16 lines
361 B
JSON

{
// Run eslint on save
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
},
// Never show expanded abbreviation
"emmet.showExpandedAbbreviation": "never",
// Disable code minimap
"editor.minimap.enabled": false,
// Wrap long lines
"editor.wordWrap": "on",
"yaml.schemas": {
"https://www.artillery.io/schema.json": []
}
}