Skip to content

Commit

Permalink
Fix lint error [fix]
Browse files Browse the repository at this point in the history
  • Loading branch information
overlookmotel committed Apr 5, 2020
1 parent fd9c33c commit 94bb318
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/resource.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* ------------------*/

// Modules
import {NO_SSR, ABORT, ON_MOUNT} from 'react-async-ssr/symbols'; // eslint-disable-line import/extensions
import {NO_SSR, ABORT, ON_MOUNT} from 'react-async-ssr/symbols';
import isPromise from 'is-promise';
import {isFunction} from 'is-it-type';
import invariant from 'tiny-invariant';
Expand Down

0 comments on commit 94bb318

Please sign in to comment.