From 64c0730145c7d1788b51dd93ecebfe83b209a7a6 Mon Sep 17 00:00:00 2001 From: nyatinte Date: Sun, 17 Sep 2023 23:12:52 +0900 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=A8unused=20var=E3=81=8C=E3=81=86?= =?UTF-8?q?=E3=81=BE=E3=81=8F=E5=8B=95=E3=81=84=E3=81=A6=E3=81=84=E3=81=AA?= =?UTF-8?q?=E3=81=84=E3=81=AE=E3=81=A7=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .eslintrc.js | 1 + 1 file changed, 1 insertion(+) diff --git a/.eslintrc.js b/.eslintrc.js index c71858a..637002b 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -74,6 +74,7 @@ module.exports = { 'react/require-default-props': 'off', 'react/prop-types': 'off', // unused-imports + '@typescript-eslint/no-unused-vars': 'off', 'unused-imports/no-unused-imports': 'error', 'unused-imports/no-unused-vars': [ 'warn',