diff --git a/eslint.config.js b/eslint.config.js index a5fd2f7b..124732aa 100644 --- a/eslint.config.js +++ b/eslint.config.js @@ -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: {