diff --git a/.prettierrc.json b/.prettierrc.json index d8ec3571..a42b3fd7 100644 --- a/.prettierrc.json +++ b/.prettierrc.json @@ -3,5 +3,5 @@ "tabWidth": 4, "semi": false, "arrowParens": "always", - "trailingComma": "none" + "trailingComma": "es5" }