refactor(lint): simplify eslint config

This commit is contained in:
Jörg Mann
2024-05-03 13:53:43 +02:00
parent d9f50d635f
commit 7738f85036

View File

@@ -9,21 +9,12 @@ module.exports = [
languageOptions: {
globals: {
es2022: true,
sap: true,
...globals.browser,
...globals.node,
...globals.jest,
...globals.mocha,
cds: true,
sap: true,
CDL: true,
CQL: true,
CREATE: true,
DELETE: true,
DROP: true,
INSERT: true,
SELECT: true,
UPDATE: true,
UPSERT: true
...cds.configs.recommended.languageOptions.globals
}
},
rules: {