Skip to content

Commit

Permalink
feat: add breaking test with react and typescript
Browse files Browse the repository at this point in the history
  • Loading branch information
PranavSK committed Oct 6, 2024
1 parent a6646c1 commit cf5e6dd
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions test/fixtures.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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',
{
Expand Down

0 comments on commit cf5e6dd

Please sign in to comment.