diff --git a/.prettierrc.json b/.prettierrc.json index 0ed67ee77..3cf6ebcdf 100644 --- a/.prettierrc.json +++ b/.prettierrc.json @@ -4,6 +4,6 @@ "semi": true, "endOfLine": "auto", "bracketSpacing": true, - "TrailingCooma": true, + "trailingComma": "all", "arrowParens": "always" }