Skip to content

Commit 9fdfcc7

Browse files
committed
chore: finish removing tslint
1 parent cf15449 commit 9fdfcc7

File tree

4 files changed

+1
-4
lines changed

4 files changed

+1
-4
lines changed

.npmignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@ rollup.config.js
1414
SECURITY.md
1515
tsconfig-build.json
1616
tsconfig.json
17-
tslint.json
17+
.eslintrc.json
1818
CODE_OF_CONDUCT.md

benchmark/internal-benchmarks.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
// tslint:disable:no-console
21
import { Suite } from 'benchmark'
32
import {
43
batch,

benchmark/stream-compairson.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
// tslint:disable:no-console
21
import { Suite } from 'benchmark'
32
import { consume, map, pipeline, tap, fromStream } from '../dist'
43
import { Readable, PassThrough, Transform } from 'stream'

benchmark/workload-testing.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
// tslint:disable:no-console
21
import { Suite } from 'benchmark'
32
import { Readable, Transform } from 'stream'
43
import { obj as through2 } from 'through2-concurrent'

0 commit comments

Comments
 (0)