Skip to content

Commit

Permalink
🚨 Fix lint warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
frinyvonnick committed Jan 5, 2020
1 parent afc8bf3 commit a63cfad
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/gitmoji-changelog-core/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,8 @@ const through = require('through2')
const concat = require('concat-stream')
const { isEmpty } = require('lodash')
const { promisify } = require('util')
const rc = require('rc')

const { parseCommit, getMergedGroupMapping } = require('./parser')
const groupMapping = require('./groupMapping')
const logger = require('./logger')
const { groupSentencesByDistance } = require('./utils')

Expand Down

0 comments on commit a63cfad

Please sign in to comment.