diff --git a/.prettierrc.json b/.prettierrc.json index 79cf8a5..17b070e 100644 --- a/.prettierrc.json +++ b/.prettierrc.json @@ -1,6 +1,5 @@ { "trailingComma": "es5", "printWidth": 100, - "singleQuote": true, - "arrowParens": "always" + "singleQuote": true }