Remove redundant eslint rule exception

This commit is contained in:
QWp6t
2016-09-09 04:31:19 -07:00
parent 2124163de0
commit 697751009b
5 changed files with 0 additions and 7 deletions

View File

@@ -1,5 +1,3 @@
/* eslint-disable import/no-extraneous-dependencies */
const mergeWith = require('lodash/mergeWith');
module.exports = function mergeWithConcat() {