Skip to content

Commit c11c017

Browse files
Copilotdgreif
andcommitted
Fix eslint warning for decorator imports
Co-authored-by: dgreif <[email protected]>
1 parent e860c97 commit c11c017

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
import {throttle, debounce} from '../index'
2+
// eslint-disable-next-line @typescript-eslint/no-unused-vars
23
import {throttle as decoratorThrottle, debounce as decoratorDebounce} from '../decorators'
34
import {beforeEach, describe, it, expect} from 'vitest'
45
const delay = (m: number) => new Promise(r => setTimeout(r, m))

0 commit comments

Comments
 (0)