Update prettier feature

- The prettier feature doesn't seem to work, throwing an error that it
  cannot be resolved when trying to build the devcontainer.
- Let's update it to the one found on the
  https://containers.dev/features website (search for prettier to find
  the feature location).
This commit is contained in:
Jim
2025-06-04 22:03:51 +02:00
committed by Jimver
parent 3fa2e745a3
commit f8ef019544

View File

@@ -36,6 +36,6 @@
},
"features": {
"ghcr.io/devcontainers/features/github-cli:1": {},
"ghcr.io/devcontainers-contrib/features/prettier:1": {}
"ghcr.io/devcontainers-community/npm-features/prettier:1": {}
}
}