diff --git a/.eslintrc.json b/.eslintrc.json index 41040da0c..8c3eb0a87 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -26,7 +26,6 @@ "type": "attribute" } ], - "arrow-body-style": ["error", "as-needed"], "@typescript-eslint/prefer-function-type": "error", "@typescript-eslint/naming-convention": ["error", { "selector": "class", "format": ["PascalCase"] }], "spaced-comment": ["error", "always"],