Skip to content

Commit

Permalink
Formatted
Browse files Browse the repository at this point in the history
Signed-off-by: Jaid <jaid.jsx@gmail.com>
  • Loading branch information
Jaid committed Aug 30, 2020
1 parent d16d58b commit fd92162
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
15 changes: 8 additions & 7 deletions src/PrefewCore.js
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
import path from "path"

import globby from "globby"
import fsp from "@absolunet/fsp"
import chokidar from "chokidar"
import EventEmitter from "eventemitter3"
import globby from "globby"
import {isBuffer, isEmpty, isObject, isString} from "lodash"
import PCancelable from "p-cancelable"
import path from "path"
import sharp from "sharp"

import parsePath from "lib/parsePath"
import EventEmitter from "eventemitter3"
import chokidar from "chokidar"

import jimp from "src/jimp"
import {isString, isBuffer, isEmpty, isObject} from "lodash"
import PCancelable from "p-cancelable"

import SocketServer from "./SocketServer"

Expand Down
2 changes: 1 addition & 1 deletion src/SocketServer.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import {mapValues, pick} from "lodash"
import socketIo from "socket.io"
import {pick, mapValues} from "lodash"

export default class SocketServer {

Expand Down
5 changes: 2 additions & 3 deletions src/index.js
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
/** @module prefew */

import {noop} from "lodash"
import path from "path"

import {getConfigHome} from "platform-folders"
import {noop} from "lodash"
import sharp from "sharp"
import winston from "winston"
import yargs from "yargs"
import sharp from "sharp"

import formatter from "./logFormatter"
import PrefewCore from "./PrefewCore"
Expand Down
2 changes: 1 addition & 1 deletion src/jimp/index.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import configure from "@jimp/custom/es"
import png from "@jimp/png/es"
import plugins from "@jimp/plugins/es"
import png from "@jimp/png/es"

import cropTransparent from "./cropTransparent"

Expand Down

0 comments on commit fd92162

Please sign in to comment.