diff --git a/.prettierrc.json b/.prettierrc.json index 13fc342..c81dab1 100644 --- a/.prettierrc.json +++ b/.prettierrc.json @@ -4,5 +4,5 @@ "tabWidth": 2, "singleQuote": true, "printWidth": 120, - "trailingComma": "none" -} \ No newline at end of file + "trailingComma": "es5" +}