From 6a87f4ade9118da80f1a4b128702596a4ee54e13 Mon Sep 17 00:00:00 2001 From: syuilo Date: Sun, 11 Sep 2022 01:59:02 +0900 Subject: [PATCH] Update .eslintrc.js --- .eslintrc.js | 1 + 1 file changed, 1 insertion(+) diff --git a/.eslintrc.js b/.eslintrc.js index 9377d24b7..426894947 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -52,5 +52,6 @@ module.exports = { '@typescript-eslint/no-misused-promises': ['error', { 'checksVoidReturn': false, }], + '@typescript-eslint/consistent-type-imports': 'error', }, };