superlint/.devcontainer/devcontainer.json

11 lines
220 B
JSON
Raw Normal View History

{
"name": "Super-Linter",
2020-11-05 17:21:41 -05:00
"context": "..",
2021-09-07 10:34:09 -04:00
"image": "ghcr.io/github/super-linter:latest",
2020-11-05 17:21:41 -05:00
"extensions": [
"github.vscode-pull-request-github",
"rogalmic.bash-debug",
"EditorConfig.EditorConfig"
2020-11-05 17:21:41 -05:00
]
}