Merge branch 'main' into addCustomRules

This commit is contained in:
Daniel Hutzel
2023-02-17 17:37:28 +01:00
committed by GitHub
16 changed files with 108 additions and 268 deletions

View File

@@ -10,10 +10,11 @@
"<node_internals>/**",
"**/node_modules/**",
"**/cds/lib/lazy.js",
"**/cds/lib/req/cls.js",
"**/cds/lib/req/cds-context.js",
"**/odata-v4/okra/**"
]
},
"mochaExplorer.debuggerConfig": "Debug Mocha Tests",
"mochaExplorer.parallel": true,
"eslint.validate": [
"cds",
@@ -22,5 +23,5 @@
"csv (semicolon)",
"tsv",
"tab"
]
],
}