This commit is contained in:
Daniel
2022-10-03 12:18:40 +02:00
parent a069f2d7de
commit 8676f7184d
3 changed files with 15 additions and 3 deletions

12
.vscode/settings.json vendored
View File

@@ -14,5 +14,13 @@
"**/odata-v4/okra/**"
]
},
"mochaExplorer.parallel": true
}
"mochaExplorer.parallel": true,
"eslint.validate": [
"cds",
"csn",
"csv",
"csv (semicolon)",
"tsv",
"tab"
]
}