Tighten up global ESLint config

This commit is contained in:
Michael Jackson
2019-07-09 15:43:45 -07:00
parent a3df5eb480
commit 69030142da
2 changed files with 4 additions and 7 deletions

View File

@ -1,4 +1,4 @@
import 'isomorphic-fetch';
import fetch from 'isomorphic-fetch';
import invariant from 'invariant';
import gunzip from 'gunzip-maybe';
import ndjson from 'ndjson';