Enable cds lint

This commit is contained in:
Christian Georgi
2022-08-29 16:34:34 +02:00
parent 07a6540477
commit 06b96d0726
4 changed files with 33 additions and 6 deletions

11
fiori-ext/.vscode/settings.json vendored Normal file
View File

@@ -0,0 +1,11 @@
{
"eslint.validate": [
"cds",
"csn",
"csv",
"csv",
"csv (semicolon)",
"tsv",
"tab"
]
}