diff --git a/.prettierrc b/.prettierrc index e9c0f50..32ebab4 100644 --- a/.prettierrc +++ b/.prettierrc @@ -1,4 +1,4 @@ { - "trailingComma": "none", - "singleQuote": true + "singleQuote": true, + "trailingComma": "none" }