updated eslint config

This commit is contained in:
Danny Coates
2019-08-02 12:03:53 -07:00
parent 20c063db7c
commit f036df5f47
9 changed files with 30 additions and 16 deletions

View File

@@ -1,4 +1,4 @@
/* global ReadableStream TransformStream */
/* global TransformStream */
export function transformStream(readable, transformer, oncancel) {
try {