Skip to content

Commit cf5e6dd

Browse files
committed
feat: add breaking test with react and typescript
1 parent a6646c1 commit cf5e6dd

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

test/fixtures.test.ts

+16
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,22 @@ runWithConfig(
7474
},
7575
)
7676

77+
78+
// https://github.com/antfu/eslint-config/issues/618
79+
runWithConfig(
80+
'ts-strict',
81+
{
82+
typescript: {
83+
tsconfigPath: './tsconfig.json',
84+
},
85+
},
86+
{
87+
rules: {
88+
'ts/no-unsafe-return': ['off'],
89+
},
90+
},
91+
)
92+
7793
runWithConfig(
7894
'with-formatters',
7995
{

0 commit comments

Comments
 (0)