We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7ab390 commit c2e2d2eCopy full SHA for c2e2d2e
tests/linq.ts
@@ -22,8 +22,6 @@ import select from '../src/transforms/select';
22
import testItems, {TestItem} from './testItems';
23
import {testRepeatableDelegate, testRepeatableResolution} from './testRepeatableResolution';
24
25
-/* eslint-disable @typescript-eslint/camelcase */
26
-
27
const repeatCount = 3;
28
const source = Object.freeze(['x', 'y', 'z', null]);
29
const sequence = repeatSequence(source, repeatCount);
0 commit comments