-
Notifications
You must be signed in to change notification settings - Fork 407
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
# Summary It appears the glob for prettier was never updated after this repo was converted to TypeScript. # Testing `npm run format` now formats ts and js files
- Loading branch information
1 parent
56e81e6
commit 1692852
Showing
4 changed files
with
8 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
// istanbul ignore file | ||
import nodeFetch from 'node-fetch'; | ||
|
||
export = | ||
typeof window === 'undefined' ? (nodeFetch as typeof fetch) : window.fetch.bind(window); | ||
export = typeof window === 'undefined' ? (nodeFetch as typeof fetch) : window.fetch.bind(window); |