From 1f10eac90011e6c3c1ad20ce91b358911dc74dcb Mon Sep 17 00:00:00 2001 From: Shin'ya Ueoka Date: Tue, 11 Aug 2020 21:34:11 +0900 Subject: Enable @typescript-eslint/ban-types rule --- .eslintrc | 1 - 1 file changed, 1 deletion(-) (limited to '.eslintrc') diff --git a/.eslintrc b/.eslintrc index 91d950b..cdb4b61 100644 --- a/.eslintrc +++ b/.eslintrc @@ -24,7 +24,6 @@ } }, "rules": { - "@typescript-eslint/ban-types": "off", "@typescript-eslint/explicit-function-return-type": "off", "@typescript-eslint/explicit-module-boundary-types": "off", "@typescript-eslint/no-empty-function": "off", -- cgit v1.2.3