diff --git a/.prettierrc.json b/.prettierrc.json index a2f723bf..1e336995 100644 --- a/.prettierrc.json +++ b/.prettierrc.json @@ -4,7 +4,7 @@ "useTabs": false, "semi": true, "singleQuote": true, - "trailingComma": "none", + "trailingComma": "all", "bracketSpacing": true, "arrowParens": "avoid", "parser": "typescript"