Update eslint.config.js
This commit is contained in:
@@ -8,11 +8,11 @@ module.exports = {
|
||||
...js.configs.recommended,
|
||||
"languageOptions": {
|
||||
"globals": {
|
||||
es2022: true,
|
||||
...globals.browser,
|
||||
...globals.node,
|
||||
...globals.jest,
|
||||
...globals.mocha
|
||||
...globals.mocha,
|
||||
"es2022": true
|
||||
}
|
||||
},
|
||||
"rules": {
|
||||
@@ -29,7 +29,9 @@ module.exports = {
|
||||
"@sap/cds": cds
|
||||
},
|
||||
"languageOptions": {
|
||||
globals: cds.globals
|
||||
globals: {
|
||||
...cds.globals
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user