Update eslint.config.js

This commit is contained in:
Mara Kiefer
2024-04-12 08:42:25 +02:00
committed by GitHub
parent 3f78e8249f
commit 8887c614d8

View File

@@ -24,7 +24,7 @@ module.exports = {
},
{
...cds.configs.recommended,
"files": ['*.cds', '**/*.cds'],
"files": ['**/*.cds', '**/*.csn', '**/*.csv'],
"plugins": {
"@sap/cds": cds
},