Skip to content
Snippets Groups Projects

Task update2024

Merged Johannes Kreiner requested to merge task_update2024 into master
Compare and Show latest version
10 files
+ 1109
255
Compare changes
  • Side-by-side
  • Inline
Files
10
import sgcCoreConfig from "./sgc-core/eslint.config.mjs";
import sgcCoreConfig from './sgc-core/eslint.config.mjs';
export default [
...sgcCoreConfig,
{
files: ["**/*.js", "**/*.ts"],
files: ['**/*.js', '**/*.ts'],
languageOptions: {
globals: {
SgCookieOptin: true,
Loading