Skip to content

Commit 1143f6a

Browse files
committed
fresh update
1 parent 33828c0 commit 1143f6a

60 files changed

Lines changed: 2743 additions & 5313 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.eslintignore

Lines changed: 0 additions & 5 deletions
This file was deleted.

.eslintrc

Lines changed: 0 additions & 58 deletions
This file was deleted.

.github/workflows/docker-image.yml

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,20 +10,16 @@ jobs:
1010
docker:
1111
runs-on: ubuntu-latest
1212
steps:
13-
-
14-
name: Set up QEMU
13+
- name: Set up QEMU
1514
uses: docker/setup-qemu-action@v3
16-
-
17-
name: Set up Docker Buildx
15+
- name: Set up Docker Buildx
1816
uses: docker/setup-buildx-action@v3
19-
-
20-
name: Login to Docker Hub
17+
- name: Login to Docker Hub
2118
uses: docker/login-action@v3
2219
with:
2320
username: ${{ secrets.DOCKER_USERNAME }}
2421
password: ${{ secrets.DOCKER_TOKEN }}
25-
-
26-
name: Build and push
22+
- name: Build and push
2723
uses: docker/build-push-action@v5
2824
with:
2925
push: true

.prettierrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"useTabs": true,
44
"tabWidth": 2,
55
"trailingComma": "none",
6-
"arrowParens": "avoid",
6+
"arrowParens": "always",
77
"bracketSpacing": true,
88
"semi": true
99
}

knip.ts

Lines changed: 0 additions & 8 deletions
This file was deleted.

0 commit comments

Comments
 (0)