From 8f3e5e1b6b6c622a92b3c018b648ad1f48a598fe Mon Sep 17 00:00:00 2001 From: Anders Kaseorg Date: Thu, 21 Dec 2023 16:08:17 -0800 Subject: [PATCH] eslint: Enable @typescript-eslint/strict-type-checked config. https://typescript-eslint.io/linting/configs/#strict-type-checked Signed-off-by: Anders Kaseorg --- .eslintrc.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.eslintrc.json b/.eslintrc.json index 88e2e54e8a..f39bb12d65 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -150,9 +150,7 @@ { "files": ["**/*.ts"], "extends": [ - "plugin:@typescript-eslint/recommended", - "plugin:@typescript-eslint/recommended-requiring-type-checking", - "plugin:@typescript-eslint/strict", + "plugin:@typescript-eslint/strict-type-checked", "plugin:import/typescript" ], "parserOptions": {