From cf5e6dd48bbfad8a8e5156d4462ea58f4683ee81 Mon Sep 17 00:00:00 2001 From: Pranav Sridhar Koundinya Date: Sun, 6 Oct 2024 14:51:27 +0530 Subject: [PATCH] feat: add breaking test with react and typescript --- test/fixtures.test.ts | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/test/fixtures.test.ts b/test/fixtures.test.ts index 0d4f42f471..e369c05ddf 100644 --- a/test/fixtures.test.ts +++ b/test/fixtures.test.ts @@ -74,6 +74,22 @@ runWithConfig( }, ) + +// https://github.com/antfu/eslint-config/issues/618 +runWithConfig( + 'ts-strict', + { + typescript: { + tsconfigPath: './tsconfig.json', + }, + }, + { + rules: { + 'ts/no-unsafe-return': ['off'], + }, + }, +) + runWithConfig( 'with-formatters', {