diff --git a/.github/linters/.eslintrc.yml b/.github/linters/.eslintrc.yml index 9e8edc2..8da188b 100644 --- a/.github/linters/.eslintrc.yml +++ b/.github/linters/.eslintrc.yml @@ -1,2 +1,2 @@ --- -ignorePatterns: ["layouts/page/single.json"] +ignorePatterns: ["layouts/page/single.json", "assets/js/bootstrap.js"] diff --git a/assets/js/bootstrap.js b/assets/js/bootstrap.js index 513d790..d8c0f1f 100644 --- a/assets/js/bootstrap.js +++ b/assets/js/bootstrap.js @@ -1,9 +1,11 @@ // Import the Bootstrap components we want to use. // See https://github.com/twbs/bootstrap/blob/main/js/index.umd.js -import Tab from "/js/bootstrap/src/tab"; -import Dropdown from "/js/bootstrap/src/dropdown"; +// eslint-disable-next-line import/no-absolute-path +import Tab from '/js/bootstrap/src/tab' +// eslint-disable-next-line import/no-absolute-path +import Dropdown from '/js/bootstrap/src/dropdown' export default { - Tab, - Dropdown -} \ No newline at end of file + Tab, + Dropdown +} diff --git a/assets/jsconfig.json b/assets/jsconfig.json deleted file mode 100644 index f3bd7ab..0000000 --- a/assets/jsconfig.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "compilerOptions": { - "baseUrl": ".", - "paths": { - "*": [ - "../../../../.cache/hugo_cache/modules/filecache/modules/pkg/mod/github.com/gohugoio/hugo-mod-jslibs-dist/popperjs/v2@v2.21100.20000/package/dist/cjs/*", - "../../../../.cache/hugo_cache/modules/filecache/modules/pkg/mod/github.com/twbs/bootstrap@v5.3.2+incompatible/js/*" - ] - } - } -} \ No newline at end of file diff --git a/data/de/landing.yaml b/data/de/landing.yaml index 39c285c..8f9954b 100644 --- a/data/de/landing.yaml +++ b/data/de/landing.yaml @@ -1,3 +1,4 @@ +--- hero: enable: true weight: 10 @@ -63,4 +64,4 @@ activities: featureGrid: enable: false imageCompare: - enable: false \ No newline at end of file + enable: false diff --git a/data/en/landing.yaml b/data/en/landing.yaml index 80c784f..421e345 100644 --- a/data/en/landing.yaml +++ b/data/en/landing.yaml @@ -1,3 +1,4 @@ +--- hero: enable: true weight: 10 @@ -61,4 +62,4 @@ activities: featureGrid: enable: false imageCompare: - enable: false \ No newline at end of file + enable: false