Skip to content

Commit f01bc8e

Browse files
committed
Disable @typescript-eslint/consistent-type-definitions for Window
1 parent fcc44c3 commit f01bc8e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/toolkit/src/tests/createAsyncThunk.test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ import {
1515
} from 'console-testing-library/pure'
1616

1717
declare global {
18+
// eslint-disable-next-line @typescript-eslint/consistent-type-definitions
1819
interface Window {
1920
AbortController: AbortController
2021
}

0 commit comments

Comments
 (0)