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

13
.vscode/settings.json vendored
View File

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