From 9a0e2f5b2bee4c3d60ecf2574a43f4449ce9a865 Mon Sep 17 00:00:00 2001 From: Alexander T Date: Wed, 19 Jun 2019 15:42:32 +0300 Subject: [PATCH] @typescript-eslint/adjacent-overload-signatures --- .eslintrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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",