(vsc) update settings

This commit is contained in:
Valentyne Stigloher 2024-01-13 10:50:58 +01:00
parent 89ce8c05eb
commit a59ec73338

View File

@ -2,10 +2,14 @@
"editor.formatOnSave": false,
"editor.formatOnPaste": false,
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
"source.fixAll.eslint": "explicit"
},
"eslint.validate": ["javascript", "json", "jsonc", "yaml"],
"files.associations": {
"*.suml": "yaml"
},
"jest.jestCommandLine": "yarn test",
"[tsv]": {
"files.trimTrailingWhitespace": false,
}
}