From 51ca78d496fea80f45431022324d2dc25c77f1cf Mon Sep 17 00:00:00 2001 From: syuilo Date: Fri, 30 Jul 2021 01:18:44 +0900 Subject: [PATCH] Update .eslintrc.js --- .eslintrc.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.eslintrc.js b/.eslintrc.js index 4baa50b511..a0f4374ebe 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -27,6 +27,6 @@ module.exports = { 'no-param-reassign': ['warn'], 'no-constant-condition': ['warn'], 'no-empty-pattern': ['warn'], - '@typescript-eslint/no-inferrable-types': ['off'], + '@typescript-eslint/no-inferrable-types': ['warn'], }, };