Skip to content

Commit c29bf75

Browse files
author
Mr. ChatGPT
committed
check to see whether lint would pass
1 parent 834a97a commit c29bf75

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

.devcontainer/devcontainer.json

+3-6
Original file line numberDiff line numberDiff line change
@@ -39,22 +39,19 @@
3939
"version": "latest"
4040
}
4141
},
42-
4342
// Features to add to the dev container. More info: https://containers.dev/features.
4443
// "features": {},
45-
4644
// Use 'forwardPorts' to make a list of ports inside the container available locally.
47-
"forwardPorts": [18000],
48-
45+
"forwardPorts": [
46+
18000
47+
],
4948
// Use 'postCreateCommand' to run commands after the container is created.
5049
"postCreateCommand": "poetry install && sudo sh -c 'apt-get update && apt-get install ffmpeg libsm6 libxext6 -y'",
5150
"runArgs": [
5251
"--device=/dev/video0:/dev/video0"
5352
],
54-
5553
// Configure tool-specific properties.
5654
// "customizations": {},
57-
5855
// Uncomment to connect as root instead. More info: https://aka.ms/dev-containers-non-root.
5956
"remoteUser": "root"
6057
}

.eslintignore

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
**/devcontainer.json

0 commit comments

Comments
 (0)