Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
lacymorrow committed Dec 23, 2020
1 parent 2f96a86 commit 58ff8d9
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,13 @@ const CENTER_APP_OFFFSET_Y = 200

const SUPPORTED_IMAGE_FILE_TYPES = [ '.bmp', '.jpg', '.jpeg', '.png', '.gif', '.webp' ]


module.exports = {
config,

defaults: defaults,
defaults,

CENTER_APP_OFFFSET_X,
CENTER_APP_OFFFSET_Y,

SUPPORTED_IMAGE_FILE_TYPES,
SUPPORTED_IMAGE_FILE_TYPES
}

0 comments on commit 58ff8d9

Please sign in to comment.