Skip to content

Commit

Permalink
supress lint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
SimenB committed Aug 19, 2019
1 parent 369e863 commit f33f140
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
'use strict';

import path from 'path';
// eslint-disable-next-line import/default
import slash from 'slash';

let createRuntime;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@

import EventEmitter from 'events';
import supportsColor from 'supports-color';
// eslint-disable-next-line import/default
import getStream from 'get-stream';
import {PassThrough} from 'stream';

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@

/* eslint-disable no-new */

// eslint-disable-next-line import/default
import getStream from 'get-stream';

import {
Expand Down

0 comments on commit f33f140

Please sign in to comment.