Update eslint.config.js

This commit is contained in:
Mara Kiefer
2024-04-15 08:55:06 +02:00
committed by GitHub
parent 48173c75ed
commit 11b43a924d

View File

@@ -2,7 +2,7 @@ const globals = require("globals");
const js = require('@eslint/js');
const cds = require('@sap/eslint-plugin-cds');
module.exports = {
module.exports = [{
"files": ["**/*.js"],
...js.configs.recommended,
"languageOptions": {
@@ -32,4 +32,4 @@ module.exports = {
...cds.globals
}
}
}
}]