chore(v2): fix lint, tweak lqip-loader utils comment (#2563)

This commit is contained in:
Bartosz Kaszubowski 2020-04-08 19:08:58 +02:00 committed by GitHub
parent 97125ada32
commit 92729af0ab
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 6 additions and 6 deletions

View file

@ -9,7 +9,7 @@ import path from 'path';
import Vibrant from 'node-vibrant';
// @ts-ignore
import {toPalette, toBase64, toPropertyString} from '../utils';
import {toPalette, toBase64} from '../utils';
// @ts-ignore
import lqip from '../lqip';