From abd8fe670cca176ab1648b32afd254857bd7ce3f Mon Sep 17 00:00:00 2001 From: Kenichi Kamiya Date: Sat, 22 Jul 2023 20:03:03 +0900 Subject: [PATCH] Update use of tslint-eslint configuration --- .eslintrc.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.eslintrc.yml b/.eslintrc.yml index e9c2e5b8..2172b0e0 100644 --- a/.eslintrc.yml +++ b/.eslintrc.yml @@ -1,9 +1,8 @@ root: true extends: - plugin:react-hooks/recommended - - plugin:@typescript-eslint/recommended - - plugin:@typescript-eslint/recommended-requiring-type-checking - - plugin:@typescript-eslint/strict + - plugin:@typescript-eslint/strict-type-checked + - plugin:@typescript-eslint/stylistic-type-checked plugins: - react-hooks - prefer-arrow