more prettier and lint cleanup (#82)
* more prettier and lint cleanup * Fixes more lint issues * lint * ignore more files * remove todos * lint
This commit is contained in:
parent
9027882fb4
commit
3a90114f3a
12 changed files with 18 additions and 25 deletions
|
@ -14,13 +14,7 @@ import {AtUri} from '../../third-party/uri'
|
|||
import {RootStoreModel} from '../models/root-store'
|
||||
import {extractEntities} from '../../lib/strings'
|
||||
import {isNetworkError} from '../../lib/errors'
|
||||
import {downloadAndResize} from '../../lib/images'
|
||||
import {
|
||||
getLikelyType,
|
||||
LikelyType,
|
||||
getLinkMeta,
|
||||
LinkMeta,
|
||||
} from '../../lib/link-meta'
|
||||
import {LinkMeta} from '../../lib/link-meta'
|
||||
import {Image} from '../../lib/images'
|
||||
|
||||
const TIMEOUT = 10e3 // 10s
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue