diff --git a/.eslintrc b/.eslintrc index 8b2ee3650ef..c4a3f80010c 100644 --- a/.eslintrc +++ b/.eslintrc @@ -15,7 +15,7 @@ "@typescript-eslint", "microsoft-typescript" ], "rules": { - "@typescript-eslint/adjacent-overload-signatures": "off", + "@typescript-eslint/adjacent-overload-signatures": "error", "@typescript-eslint/array-type": "off", "@typescript-eslint/ban-types": "off", "camelcase": "off",