From ea697cdd932de2ca2d3d259ac9d2ff64fc4041c1 Mon Sep 17 00:00:00 2001 From: Anders Kaseorg Date: Thu, 21 Dec 2023 17:05:17 -0800 Subject: [PATCH] eslint: Enable @typescript-eslint/stylistic-type-checked config. https://typescript-eslint.io/linting/configs/#stylistic-type-checked Signed-off-by: Anders Kaseorg --- .eslintrc.json | 1 + 1 file changed, 1 insertion(+) diff --git a/.eslintrc.json b/.eslintrc.json index f39bb12d65..9e98318d94 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -151,6 +151,7 @@ "files": ["**/*.ts"], "extends": [ "plugin:@typescript-eslint/strict-type-checked", + "plugin:@typescript-eslint/stylistic-type-checked", "plugin:import/typescript" ], "parserOptions": {