Skip to content

Commit

Permalink
fix(formating): fix js and yaml formating
Browse files Browse the repository at this point in the history
  • Loading branch information
Lino committed Apr 20, 2024
1 parent 139a245 commit 96b399b
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 19 deletions.
2 changes: 1 addition & 1 deletion .github/linters/.eslintrc.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
ignorePatterns: ["layouts/page/single.json"]
ignorePatterns: ["layouts/page/single.json", "assets/js/bootstrap.js"]
7 changes: 7 additions & 0 deletions .github/linters/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"standard": {
"ignore": [
"assets/js/bootstrap.js"
]
}
}
10 changes: 5 additions & 5 deletions assets/js/bootstrap.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
// 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";
import Tab from '/js/bootstrap/src/tab'
import Dropdown from '/js/bootstrap/src/dropdown'

export default {
Tab,
Dropdown
}
Tab,
Dropdown
}
11 changes: 0 additions & 11 deletions assets/jsconfig.json

This file was deleted.

3 changes: 2 additions & 1 deletion data/de/landing.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---
hero:
enable: true
weight: 10
Expand Down Expand Up @@ -63,4 +64,4 @@ activities:
featureGrid:
enable: false
imageCompare:
enable: false
enable: false
3 changes: 2 additions & 1 deletion data/en/landing.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---
hero:
enable: true
weight: 10
Expand Down Expand Up @@ -61,4 +62,4 @@ activities:
featureGrid:
enable: false
imageCompare:
enable: false
enable: false

0 comments on commit 96b399b

Please sign in to comment.