diff --git a/.prettierrc b/.prettierrc index 9065e5d29d..eff49de599 100644 --- a/.prettierrc +++ b/.prettierrc @@ -25,6 +25,12 @@ "options": { "printWidth": 200 } + }, + { + "files": ["devcontainer.json"], + "options": { + "trailingComma": "none" + } } ] }