Skip to content

Commit c2e2d2e

Browse files
Removed unnecessary eslint ignore.
1 parent d7ab390 commit c2e2d2e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/linq.ts

-2
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,6 @@ import select from '../src/transforms/select';
2222
import testItems, {TestItem} from './testItems';
2323
import {testRepeatableDelegate, testRepeatableResolution} from './testRepeatableResolution';
2424

25-
/* eslint-disable @typescript-eslint/camelcase */
26-
2725
const repeatCount = 3;
2826
const source = Object.freeze(['x', 'y', 'z', null]);
2927
const sequence = repeatSequence(source, repeatCount);

0 commit comments

Comments
 (0)